From b513c731c3f93f14803c72fab1e6f61240435253 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 22 Jan 2003 14:49:53 +0000 Subject: [PATCH] added an exit after calling redirect to force the issue --- lib/session/control.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/session/control.inc b/lib/session/control.inc index 5a5a95e..4163838 100644 --- a/lib/session/control.inc +++ b/lib/session/control.inc @@ -87,6 +87,7 @@ function checkSessionAndRedirect($bRedirect) { } $default->log->debug("checkSession:: about to redirect to $url"); redirect($url); + exit; } else { return false; } -- libgit2 0.21.4