小调整
This commit is contained in:
@@ -25,9 +25,9 @@ class Index extends Admin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//验证码验证
|
//验证码验证
|
||||||
// if(!captcha_check($verify)){
|
if(!captcha_check($verify)){
|
||||||
// return $this->error('验证码错误!', '');
|
return $this->error('验证码错误!', '');
|
||||||
// }
|
}
|
||||||
|
|
||||||
$user = model('Member');
|
$user = model('Member');
|
||||||
$uid = $user->login($username, $password);
|
$uid = $user->login($username, $password);
|
||||||
|
|||||||
Reference in New Issue
Block a user