ClientPing.ashx to ClientPing.php

This commit is contained in:
Astrologies 2021-12-18 03:38:47 -05:00
parent b73882dfdf
commit 153fa8f77c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ if ($_SERVER['HTTP_USER_AGENT'] == $GLOBALS['clientUserAgent']) //user agent res
"ClientPort" => 0,
"MachineAddress" => $serverInfo->ip,
"ServerPort" => $serverInfo->port,
"PingUrl" => $url . "/Game/ClientPing.ashx?UserID=" . $userid . "&PlaceID=" . $placeid,
"PingUrl" => $url . "/Game/ClientPing?UserID=" . $userid . "&PlaceID=" . $placeid,
"PingInterval" => 45,
"UserName" => $username,
"SeleniumTestMode" => false, //always false, dont need this