summaryrefslogtreecommitdiff
path: root/auth/callback
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-02 16:07:38 +0200
committerRaindropsSys <contact@minteck.org>2023-07-02 16:07:38 +0200
commit7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e (patch)
tree6335bbefe009497aa83ee4fab2687f1194ab2f53 /auth/callback
parentfb217a26158ac61adaff27528d41cdd48b53ae19 (diff)
downloadpluralconnect-7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e.tar.gz
pluralconnect-7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e.tar.bz2
pluralconnect-7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e.zip
Updated 3 files (automated)
Diffstat (limited to 'auth/callback')
-rw-r--r--auth/callback/index.php2
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");