From 4390cf9dd9843319c10d527a67fce7e447b3796c Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 21 Jan 2003 10:36:43 +0000 Subject: [PATCH] removed old page-level authorisation initialisation --- presentation/login.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/presentation/login.php b/presentation/login.php index 1a127b1..1447edb 100644 --- a/presentation/login.php +++ b/presentation/login.php @@ -73,8 +73,7 @@ if ($loginAction == "loginForm") { if (isset($redirect) && strlen(trim($redirect))>0) { $url = urldecode($redirect); // else redirect to the dashboard - } else { - $_SESSION["authorised"] = false; + } else { $url = "/control.php?action=dashboard"; } break; -- libgit2 0.21.4