changin to auth.jakach.ch

This commit is contained in:
Janis Steiner
2024-12-28 17:41:39 +00:00
parent 659c266030
commit 38e1131035
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://jakach-auth.duckdns.org:80/api/auth/check_auth_key.php?auth_token=" . $auth_token;
$check_url = "https://auth.jakach.ch:80/api/auth/check_auth_key.php?auth_token=" . $auth_token;
// Initialize cURL
$ch = curl_init();