diff options
Diffstat (limited to 'includes/util/travelling.inc')
-rw-r--r-- | includes/util/travelling.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/util/travelling.inc b/includes/util/travelling.inc index 0d1696a..eced4f2 100644 --- a/includes/util/travelling.inc +++ b/includes/util/travelling.inc @@ -1,6 +1,6 @@ <?php -$app = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true); +$app = $GLOBALS["ColdHazeApp"] ?? json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true); $travelling = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/travelling/travelling.json"), true); $json_cloudburst = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/ynmuc/members.json"), true); |