diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
commit | 896fa7c96856142f844d958b049d5432f511641c (patch) | |
tree | d8bbbe327939ade9bd13276c6b4c6105adf95323 /_site/admin/login/index.php | |
parent | 7df2fb3f5ee0ac5bd89e127c86ad0c2d6de126d1 (diff) | |
download | unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.gz unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.bz2 unchainedtech-896fa7c96856142f844d958b049d5432f511641c.zip |
v2.0
Diffstat (limited to '_site/admin/login/index.php')
-rw-r--r-- | _site/admin/login/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_site/admin/login/index.php b/_site/admin/login/index.php index 44db39c..d89b5a5 100644 --- a/_site/admin/login/index.php +++ b/_site/admin/login/index.php @@ -1,4 +1,4 @@ -<?php - -header("Location: https://github.com/login/oauth/authorize?client_id=" . json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/admin/credentials.json"), true)["id"] . "&redirect_uri=https://unchainedtech.minteck.ro.lt/admin/callback/&allow_signups=false&scope=read:user"); +<?php
+
+header("Location: https://github.com/login/oauth/authorize?client_id=" . json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/admin/credentials.json"), true)["id"] . "&redirect_uri=https://unchainedtech.minteck.ro.lt/admin/callback/&allow_signups=false&scope=read:user");
die();
\ No newline at end of file |