Commit 4390cf9dd9843319c10d527a67fce7e447b3796c

Authored by Michael Joseph
1 parent d7627dd7

removed old page-level authorisation initialisation


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@425 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 2 deletions
presentation/login.php
... ... @@ -73,8 +73,7 @@ if ($loginAction == "loginForm") {
73 73 if (isset($redirect) && strlen(trim($redirect))>0) {
74 74 $url = urldecode($redirect);
75 75 // else redirect to the dashboard
76   - } else {
77   - $_SESSION["authorised"] = false;
  76 + } else {
78 77 $url = "/control.php?action=dashboard";
79 78 }
80 79 break;
... ...