BUG 0000 Forgot Password (2nd commit)
This commit is contained in:
@@ -607,7 +607,11 @@ $startingTime = array_sum(explode(' ',microtime()));
|
||||
}
|
||||
if ($bRedirect) {
|
||||
if (empty($_POST)) {
|
||||
header('location: ' . SYS_URI . 'login/login?u=' . urlencode($_SERVER['REQUEST_URI']));
|
||||
//if(SYS_TARGET != 'forgotPassword')
|
||||
header('location: ' . SYS_URI . 'login/login?u=' . urlencode($_SERVER['REQUEST_URI']));
|
||||
//else
|
||||
//header('location: ' . SYS_URI . 'login/forgotPassword');
|
||||
|
||||
}
|
||||
else {
|
||||
header('location: ' . SYS_URI . 'login/login');
|
||||
|
||||
Reference in New Issue
Block a user