修改source/class/discuz/discuz_application.php(3.4在373行左右,3.3以下在187行左右)将
$_G['isHTTPS']=($_SERVER['HTTPS']&&strtolower($_SERVER['HTTPS'])!='off')?true:false;
修改为:
$_G['isHTTPS']=true;
如样式仍存在问题,清空/data/cache/再试。
修改source/class/discuz/discuz_application.php(3.4在373行左右,3.3以下在187行左右)将
$_G['isHTTPS']=($_SERVER['HTTPS']&&strtolower($_SERVER['HTTPS'])!='off')?true:false;
修改为:
$_G['isHTTPS']=true;
如样式仍存在问题,清空/data/cache/再试。
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://jdian.vip/168.html