小调整

This commit is contained in:
2018-04-19 14:50:39 +08:00
parent 6a50ad9e49
commit c8651ed797

View File

@@ -25,9 +25,9 @@ class Index extends Admin {
}
//验证码验证
// if(!captcha_check($verify)){
// return $this->error('验证码错误!', '');
// }
if(!captcha_check($verify)){
return $this->error('验证码错误!', '');
}
$user = model('Member');
$uid = $user->login($username, $password);