Boot users if not logged in

This commit is contained in:
Matt Pass
2013-02-26 17:35:09 +00:00
parent a0a70495f0
commit 6ecc435b85

View File

@@ -4,7 +4,7 @@ if (!isset($ICEcoder['root'])) {
}
if (!$_SESSION['loggedIn']) {
// header("Location: ../");
header("Location: ../");
}
$lastPath="";
$fileCount=0;