diff options
Diffstat (limited to 'auth/init/index.php')
-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(); |