diff options
Diffstat (limited to 'auth/callback/index.php')
-rw-r--r-- | auth/callback/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/callback/index.php b/auth/callback/index.php index 75d73ea..f48912c 100644 --- a/auth/callback/index.php +++ b/auth/callback/index.php @@ -2,7 +2,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; $app = $GLOBALS["ColdHazeApp"] = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true); -$server = "auth.equestria.horse"; +$server = "account.equestria.dev"; header("Content-Type: text/plain"); |