Discuz! X3.2默认访问触屏版修改为标准版的方法
进入/source/function/,找到function_core.php
在338行,有段
if(($v = dstrpos($useragent, $touchbrowser_list, true))){
$_G[‘mobile’] = $v;
return ‘2’;
把return '2';
改为return '1';
搞定
进入/source/function/,找到function_core.php
在338行,有段
if(($v = dstrpos($useragent, $touchbrowser_list, true))){
$_G[‘mobile’] = $v;
return ‘2’;
把return '2';
改为return '1';
搞定