summaryrefslogtreecommitdiff
path: root/pages/api/me.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/api/me.php')
-rw-r--r--pages/api/me.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/api/me.php b/pages/api/me.php
index 817b106..215e1cf 100644
--- a/pages/api/me.php
+++ b/pages/api/me.php
@@ -2,7 +2,7 @@
$app = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true);
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.inc"; global $isLoggedIn; global $isLowerLoggedIn;
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/session.inc"; global $isLoggedIn; global $isLowerLoggedIn;
if (!$isLoggedIn && !$isLowerLoggedIn) header("Location: /-/login") and die();
global $_PROFILE;