mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
#17 Partial
This commit is contained in:
parent
505087d980
commit
65387feaf2
@ -452,7 +452,7 @@ if ($ui->st('w', 'get') == 'lo') {
|
||||
|
||||
$password = $ui->password('password', 255, 'post');
|
||||
|
||||
if (isset($ewCfg) and $ewCfg['captcha'] == 1) {
|
||||
if (isset($ewCfg['captcha']) and $ewCfg['captcha'] == 1) {
|
||||
|
||||
if (md5($ui->w('captcha', 4, 'post')) != $_SESSION['captcha']) {
|
||||
$halfhour = date('Y-m-d H:i:s', strtotime('+30 minutes'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user