This commit is contained in:
Janis Steiner
2024-12-31 12:14:46 +00:00
parent 18b136ed6e
commit cfe816d2bb
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ if($error==="success")
$auth_token = $_GET["auth"];
// Check the auth token against Jakach login API
$check_url = "https://auth.jakach.ch:80/api/auth/check_auth_key.php?auth_token=" . $auth_token;
$check_url = "https://auth.jakach.ch/api/auth/check_auth_key.php?auth_token=" . $auth_token;
// Initialize cURL
$ch = curl_init();