From 131f110993319ca577ce1b02cb5260510f2340c1 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Sat, 18 Dec 2021 03:39:49 -0500 Subject: [PATCH] Negotiate.ashx to Negotiate.php --- globals/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/config.php b/globals/config.php index 156139c..70c0fc4 100644 --- a/globals/config.php +++ b/globals/config.php @@ -189,7 +189,7 @@ try $accesseddirectory != "/noJS.php" && $accesseddirectory != "/ban.php" && $accesseddirectory != "/404.php" && - $accesseddirectory != "/Game/Negotiate.ashx" && + $accesseddirectory != "/Game/Negotiate.php" && $accesseddirectory != "/settings/resetpassword.php" && $accesseddirectory != "/secret/localtesting.php") { //for local client testing, doesn't contain anything sensitive WebContextManager::Redirect($url);