Commit 2ed9e9f9 by 冷斌

update

parent 7a4ba65a
......@@ -54,13 +54,13 @@ class PublicController extends AdminbaseController {
}
$verrify = trim(I("post.verify"));
// if(empty($verrify)){
// $this->error(L('CAPTCHA_REQUIRED'));
// }
if(empty($verrify)){
$this->error(L('CAPTCHA_REQUIRED'));
}
//验证码
//if(!sp_check_verify_code()){
if(false){
if(!sp_check_verify_code()){
// if(false){
$this->error(L('CAPTCHA_NOT_RIGHT'));
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment