forked from kevinowino869/mitrobill
url using getUrl
This commit is contained in:
@ -82,16 +82,16 @@ if ($step == 1) {
|
||||
}
|
||||
setcookie('forgot_username', '', time() - 3600, '/');
|
||||
} else {
|
||||
r2(U . 'forgot&step=1', 'e', Lang::T('Invalid Username or Verification Code'));
|
||||
r2(getUrl('forgot&step=1'), 'e', Lang::T('Invalid Username or Verification Code'));
|
||||
}
|
||||
} else {
|
||||
if (file_exists($otpPath)) {
|
||||
unlink($otpPath);
|
||||
}
|
||||
r2(U . 'forgot&step=1', 'e', Lang::T('Invalid Username or Verification Code'));
|
||||
r2(getUrl('forgot&step=1'), 'e', Lang::T('Invalid Username or Verification Code'));
|
||||
}
|
||||
} else {
|
||||
r2(U . 'forgot&step=1', 'e', Lang::T('Invalid Username or Verification Code'));
|
||||
r2(getUrl('forgot&step=1'), 'e', Lang::T('Invalid Username or Verification Code'));
|
||||
}
|
||||
} else if ($step == 7) {
|
||||
$find = _post('find');
|
||||
|
Reference in New Issue
Block a user