mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-05 16:24:00 +01:00
Boot users if not logged in
This commit is contained in:
@@ -4,7 +4,7 @@ if (!isset($ICEcoder['root'])) {
|
||||
}
|
||||
|
||||
if (!$_SESSION['loggedIn']) {
|
||||
// header("Location: ../");
|
||||
header("Location: ../");
|
||||
}
|
||||
$lastPath="";
|
||||
$fileCount=0;
|
||||
|
||||
Reference in New Issue
Block a user