Point to the new URL
/auth/ to /id/
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$client_id = 'your_client_id';
|
$client_id = 'your_client_id';
|
||||||
$redirect_uri = urlencode('your_full_callback_script_url.php');
|
$redirect_uri = urlencode('your_full_callback_script_url.php');
|
||||||
$auth_url = "https://surillya.com/auth/authorize.php?response_type=code&client_id=$client_id&redirect_uri=$redirect_uri";
|
$auth_url = "https://surillya.com/id/authorize.php?response_type=code&client_id=$client_id&redirect_uri=$redirect_uri";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<a href="<?= $auth_url ?>">
|
<a href="<?= $auth_url ?>">
|
||||||
|
Reference in New Issue
Block a user