咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

phpcms v9屏蔽后台登陆验证码的方法

2016-06-24 15:50:27 9359次

打开phpcmsmodulesadminindex.php

找到

$code = isset($_POST['code']) && trim($_POST['code']) ? trim($_POST['code']) : showmessage(L('input_code'), HTTP_REFERER);

if ($_SESSION['code'] != strtolower($code)) {

showmessage(L('code_error'), HTTP_REFERER);

}

 

改成如下(在前面添加注释符

//$code = isset($_POST['code']) && trim($_POST['code']) ? trim($_POST['code']) : showmessage(L('input_code'), HTTP_REFERER);

//if ($_SESSION['code'] != strtolower($code)) {

//showmessage(L('code_error'), HTTP_REFERER);

//}


首页
最新活动
个人中心