diff options
author | RaindropsSys <contact@minteck.org> | 2023-07-02 16:07:38 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-07-02 16:07:38 +0200 |
commit | 7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e (patch) | |
tree | 6335bbefe009497aa83ee4fab2687f1194ab2f53 /auth/init | |
parent | fb217a26158ac61adaff27528d41cdd48b53ae19 (diff) | |
download | pluralconnect-7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e.tar.gz pluralconnect-7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e.tar.bz2 pluralconnect-7ceb1d721e1e084be80d3ce7342bc05e2ebcbd1e.zip |
Updated 3 files (automated)
Diffstat (limited to 'auth/init')
-rw-r--r-- | auth/init/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <?php $app = $GLOBALS["ColdHazeApp"] = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true); -$server = "auth.equestria.horse"; +$server = "account.equestria.dev"; header("Location: https://$server/hub/api/rest/oauth2/auth?client_id=" . $GLOBALS["ColdHazeApp"]["oauth"]["id"] . "&response_type=code&redirect_uri=https://ponies.equestria.horse/auth/callback&scope=Hub&request_credentials=default&access_type=offline"); die(); |