setting new jakach auth url

This commit is contained in:
root
2024-12-28 16:12:35 +00:00
parent 524ce4cdf5
commit 034ee04e89
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.duckdns.org:80/api/auth/check_auth_key.php?auth_token=" . $auth_token;
$check_url = "https://jakach-auth.duckdns.org:80/api/auth/check_auth_key.php?auth_token=" . $auth_token;
// Initialize cURL
$ch = curl_init();