查找phpsso_server\phpcms\modules\admin\classes\admin.class.php文件
将
else {
showmessage(L('hash_check_false'),HTTP_REFERER);
}
修改为
else {
return true;
}
我这个版本在226行
查找phpsso_server\phpcms\modules\admin\classes\admin.class.php文件
将
else {
showmessage(L('hash_check_false'),HTTP_REFERER);
}
修改为
else {
return true;
}
我这个版本在226行
最新评论