diff --git a/html/Game/Negotiate.ashx b/html/Game/Negotiate.php similarity index 100% rename from html/Game/Negotiate.ashx rename to html/Game/Negotiate.php diff --git a/html/login/RequestAuth.ashx b/html/login/RequestAuth.ashx index 2735dd8..43cfbe2 100644 --- a/html/login/RequestAuth.ashx +++ b/html/login/RequestAuth.ashx @@ -6,4 +6,4 @@ header("Pragma: no-cache"); header("Expires: -1"); header("Last-Modified: " . gmdate("D, d M Y H:i:s T") . " GMT"); -echo "https://www.alphaland.cc/Game/Negotiate.ashx?suggest=" . genTicket(); \ No newline at end of file +echo "https://www.alphaland.cc/Game/Negotiate?suggest=" . genTicket(); \ No newline at end of file