Commit 2ed9e9f9 by 冷斌

update

parent 7a4ba65a
...@@ -54,13 +54,13 @@ class PublicController extends AdminbaseController { ...@@ -54,13 +54,13 @@ class PublicController extends AdminbaseController {
} }
$verrify = trim(I("post.verify")); $verrify = trim(I("post.verify"));
// if(empty($verrify)){ if(empty($verrify)){
// $this->error(L('CAPTCHA_REQUIRED')); $this->error(L('CAPTCHA_REQUIRED'));
// } }
//验证码 //验证码
//if(!sp_check_verify_code()){ if(!sp_check_verify_code()){
if(false){ // if(false){
$this->error(L('CAPTCHA_NOT_RIGHT')); $this->error(L('CAPTCHA_NOT_RIGHT'));
}else{ }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