diff options
Diffstat (limited to 'Authentication/Start/index.php')
-rw-r--r-- | Authentication/Start/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Authentication/Start/index.php b/Authentication/Start/index.php deleted file mode 100644 index 99f393f..0000000 --- a/Authentication/Start/index.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -$server = "auth.equestria.horse"; - -header("Location: https://$server/hub/api/rest/oauth2/auth?client_id=" . json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/app.json"), true)["oauth"]["id"] . "&response_type=code&redirect_uri=https://ponies.equestria.horse/Authentication/Callback&scope=Hub&request_credentials=default&access_type=offline"); -die(); |