summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-02 16:08:10 +0200
committerRaindropsSys <contact@minteck.org>2023-07-02 16:08:10 +0200
commit98fb02e22bbaef3734fb6599d43d63299a84d632 (patch)
tree4b12447941c1149301c0d9a43fd5f9d5cde7157b
parent4f5067da000ee8948edaad4f8fcc6af3e8c7736d (diff)
downloaddelta-98fb02e22bbaef3734fb6599d43d63299a84d632.tar.gz
delta-98fb02e22bbaef3734fb6599d43d63299a84d632.tar.bz2
delta-98fb02e22bbaef3734fb6599d43d63299a84d632.zip
Updated 3 files (automated)
-rw-r--r--login/index.php2
-rw-r--r--login/oauth/index.php2
-rw-r--r--version2
3 files changed, 3 insertions, 3 deletions
diff --git a/login/index.php b/login/index.php
index 95bf248..6ffd160 100644
--- a/login/index.php
+++ b/login/index.php
@@ -128,7 +128,7 @@ if ($step === 0 && $_GET["method"] === "hub") {
$error = "lang_login_captcha";
} else {
setcookie("DeltaReturnPage", $_GET["return"], 0, "/");
- header("Location: https://auth.equestria.horse/hub/api/rest/oauth2/auth?client_id=" . $app["oauth2_id"] . "&response_type=code&redirect_uri=https://" . ($_SERVER["HTTP_HOST"] === "192.168.1.121:81" ? "delta-staging" : "delta") . ".equestria.dev/login/oauth&scope=Hub&request_credentials=default&access_type=offline");
+ header("Location: https://account.equestria.dev/hub/api/rest/oauth2/auth?client_id=" . $app["oauth2_id"] . "&response_type=code&redirect_uri=https://" . ($_SERVER["HTTP_HOST"] === "192.168.1.121:81" ? "delta-staging" : "delta") . ".equestria.dev/login/oauth&scope=Hub&request_credentials=default&access_type=offline");
die();
}
}
diff --git a/login/oauth/index.php b/login/oauth/index.php
index 39e220d..feae098 100644
--- a/login/oauth/index.php
+++ b/login/oauth/index.php
@@ -1,6 +1,6 @@
<?php
-$server = "auth.equestria.horse";
+$server = "account.equestria.dev";
header("Content-Type: text/plain");
diff --git a/version b/version
index 1c26b6f..33b2292 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-5.2.19 \ No newline at end of file
+5.2.20 \ No newline at end of file