summaryrefslogtreecommitdiff
path: root/pages/page.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/page.inc')
-rw-r--r--pages/page.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/page.inc b/pages/page.inc
index 8446062..931e6e5 100644
--- a/pages/page.inc
+++ b/pages/page.inc
@@ -2,7 +2,7 @@
global $lang; global $pages; global $isLoggedIn; global $isLowerLoggedIn;
-$app = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true);
+$app = $GLOBALS["ColdHazeApp"];
$travelling = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/travelling/travelling.json"), true);
if (!isset($_GET['_']) || trim($_GET['_']) === "") peh_error("Invalid request", 400);