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;
}
}
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;
}
}