Point to the new URL
/auth/ to /id/
This commit is contained in:
@ -9,7 +9,7 @@ if (!$token) {
|
||||
}
|
||||
|
||||
// Get user info
|
||||
$ch = curl_init('https://surillya.com/auth/userinfo.php');
|
||||
$ch = curl_init('https://surillya.com/id/userinfo.php');
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, [
|
||||
"Authorization: Bearer $token"
|
||||
]);
|
||||
|
Reference in New Issue
Block a user