diff --git a/e107_admin/auth.php b/e107_admin/auth.php index 400a8232b..db9ca41ec 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -84,7 +84,7 @@ else $admin_log->e_log_event(4, __FILE__."|".__FUNCTION__."@".__LINE__, "LOGIN", LAN_ROLL_LOG_11, "U: ".$tp->toDB($_POST['authname']), FALSE, LOG_TO_ROLLING); echo "\n"; // header("location: ../index.php"); - e107::getRedirect()->redirect('../index.php'); + e107::getRedirect()->redirect('admin.php?failed'); exit; } else @@ -126,7 +126,7 @@ else } $e_sub_cat = 'logout'; - + if (!defset('NO_HEADER')) require_once (e_ADMIN."header.php"); @@ -156,7 +156,9 @@ class auth $incChap = (vartrue($pref['password_CHAP'], 0)) ? " onsubmit='hashLoginPassword(this)'" : ""; - $text = "