Commit b513c731c3f93f14803c72fab1e6f61240435253

Authored by Michael Joseph
1 parent 7cfecf1e

added an exit after calling redirect to force the issue


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@467 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
lib/session/control.inc
@@ -87,6 +87,7 @@ function checkSessionAndRedirect($bRedirect) { @@ -87,6 +87,7 @@ function checkSessionAndRedirect($bRedirect) {
87 } 87 }
88 $default->log->debug("checkSession:: about to redirect to $url"); 88 $default->log->debug("checkSession:: about to redirect to $url");
89 redirect($url); 89 redirect($url);
  90 + exit;
90 } else { 91 } else {
91 return false; 92 return false;
92 } 93 }