From 7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 2 Jul 2023 16:07:38 +0200 Subject: Updated 3 files (automated) --- auth/callback/index.php | 2 +- auth/init/index.php | 2 +- includes/components/footer.inc | 2 +- 3 files changed, 3 insertions(+), 3 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"); diff --git a/auth/init/index.php b/auth/init/index.php index 6f1ada7..64535f4 100644 --- a/auth/init/index.php +++ b/auth/init/index.php @@ -1,7 +1,7 @@ - © · build ., took ms + © 2022- · build ., took ms




-- cgit