From 02eda3e4c9b4ba718f1fff70b7328ed8cdd5e63b Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 2 Apr 2023 23:03:02 +0200 Subject: Updated 35 files, added 11 files and deleted includes/components/search.inc (automated) --- auth/callback/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/callback/index.php') diff --git a/auth/callback/index.php b/auth/callback/index.php index 8d040e9..3b9d6eb 100644 --- a/auth/callback/index.php +++ b/auth/callback/index.php @@ -8,7 +8,7 @@ if (!isset($_GET['code'])) { die(); } -$appdata = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true); +$appdata = $GLOBALS["ColdHazeApp"]; $crl = curl_init('https://' . $server . '/hub/api/rest/oauth2/token'); curl_setopt($crl, CURLOPT_RETURNTRANSFER, true); -- cgit