查找phpsso_server\phpcms\modules\admin\classes\admin.class.php文件

else {
    showmessage(L('hash_check_false'),HTTP_REFERER);
}

 

修改为

else {
    return true;
}

我这个版本在226行