找到index.php,删除24-39行: $ua = strtolower($_SERVER[HTTP_USER_AGENT]); $uachar = /(nokia|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|mobile)/i; if(($ua == || preg_match($uachar, $ua)) !strpos(strtolo

找到index.php,删除24-39行:

$ua = strtolower($_SERVER['HTTP_USER_AGENT']);
    $uachar = "/(nokia|sony|ericsson|mot|samsung|sgh|lg|philips|panasonic|alcatel|lenovo|cldc|midp|mobile)/i";
    if(($ua == '' || preg_match($uachar, $ua))&& !strpos(strtolower($_SERVER['REQUEST_URI']),'wap'))
    {
        $Loaction = 'mobile/';
        if (!empty($Loaction))
        {
            ecs_header("Location: $Loaction\n");
            exit;
        }
    }
转载请说明出处
知优网 » ECSHOP如何删除自动识别手机与平板电脑功能

发表评论

您需要后才能发表评论