Point to the new URL
/auth/ to /id/
This commit is contained in:
2
cb.php
2
cb.php
@ -12,7 +12,7 @@ $token = null;
|
||||
$user = null;
|
||||
|
||||
// Exchange code for token
|
||||
$ch = curl_init('https://surillya.com/auth/token.php');
|
||||
$ch = curl_init('https://surillya.com/id/token.php');
|
||||
curl_setopt($ch, CURLOPT_POST, true);
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([
|
||||
'client_id' => $client_id,
|
||||
|
Reference in New Issue
Block a user