From 6ecc435b857278299530b32e91d0c0f1ec08babb Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 26 Feb 2013 17:35:09 +0000 Subject: [PATCH] Boot users if not logged in --- lib/get-branch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-branch.php b/lib/get-branch.php index 2957b0a..4680f49 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -4,7 +4,7 @@ if (!isset($ICEcoder['root'])) { } if (!$_SESSION['loggedIn']) { -// header("Location: ../"); + header("Location: ../"); } $lastPath=""; $fileCount=0;