增加 新触屏版自动跳转
This commit is contained in:
parent
f7e84763fd
commit
cc7772e6e8
|
@ -787,6 +787,9 @@ class discuz_application extends discuz_base{
|
|||
}
|
||||
dheader("location:$mobileurl");
|
||||
}
|
||||
if($this->var['setting']['mobile']['allowmnew'] && !defined('IN_MOBILE_API')) {
|
||||
dheader("location:".$this->var['siteurl'].'m/');
|
||||
}
|
||||
if($mobile === '3' && empty($this->var['setting']['mobile']['wml'])) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue