diff options
Diffstat (limited to 'pages/home.inc')
-rw-r--r-- | pages/home.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pages/home.inc b/pages/home.inc deleted file mode 100644 index b4dc96a..0000000 --- a/pages/home.inc +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -if (isset($_GET["ec"])) { - header("HTTP/1.1 " . $_GET["ec"] . " Error"); -} - -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $isLoggedIn; global $isLowerLoggedIn; - -if ($isLoggedIn || $isLowerLoggedIn) { - require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/fragments/dashboard.inc"; -} else { - require_once $_SERVER['DOCUMENT_ROOT'] . "/pages/public.inc"; -}
\ No newline at end of file |