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 4f86549..5b13208 100644
--- a/pages/api/me.php
+++ b/pages/api/me.php
@@ -1,6 +1,6 @@
<?php
-$app = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true);
+$app = $GLOBALS["ColdHazeApp"];
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/session.inc"; global $isLoggedIn; global $isLowerLoggedIn;