testing on port 80

This commit is contained in:
root
2024-12-27 09:52:09 +00:00
parent eca8241cae
commit 71d0bc8856

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:444/api/auth/check_auth_key.php?auth_token=" . $auth_token;
$check_url = "https://jakach.duckdns.org:80/api/auth/check_auth_key.php?auth_token=" . $auth_token;
// Initialize cURL
$ch = curl_init();