取消跳转h5手机商城

index.php

# 注释掉以下代码块
if(($ua == '' || preg_match($uachar, $ua))&& !strpos(strtolower($_SERVER['REQUEST_URI']),'wap'))
{
    $Loaction = 'h5/';

    if (!empty($Loaction))
    {
        ecs_header("Location: $Loaction\n");

        exit;
    }

}

你可能感兴趣的:(取消跳转h5手机商城)