BUG 0000 Forgot passwod feature (finished)

This commit is contained in:
Erik Amaru Ortiz
2011-06-06 06:23:18 -04:00
parent 4d315e63b7
commit b25c51ab03
7 changed files with 79 additions and 38 deletions

View File

@@ -609,11 +609,7 @@ $startingTime = array_sum(explode(' ',microtime()));
}
if ($bRedirect) {
if (empty($_POST)) {
//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');