Point to the new URL

/auth/ to /id/
This commit is contained in:
2025-05-16 16:03:19 -04:00
parent 1cbba6cdc9
commit 2a7a545386

View File

@ -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 ?>">