ClientPing.ashx to ClientPing.php
This commit is contained in:
parent
b73882dfdf
commit
153fa8f77c
|
|
@ -66,7 +66,7 @@ if ($_SERVER['HTTP_USER_AGENT'] == $GLOBALS['clientUserAgent']) //user agent res
|
||||||
"ClientPort" => 0,
|
"ClientPort" => 0,
|
||||||
"MachineAddress" => $serverInfo->ip,
|
"MachineAddress" => $serverInfo->ip,
|
||||||
"ServerPort" => $serverInfo->port,
|
"ServerPort" => $serverInfo->port,
|
||||||
"PingUrl" => $url . "/Game/ClientPing.ashx?UserID=" . $userid . "&PlaceID=" . $placeid,
|
"PingUrl" => $url . "/Game/ClientPing?UserID=" . $userid . "&PlaceID=" . $placeid,
|
||||||
"PingInterval" => 45,
|
"PingInterval" => 45,
|
||||||
"UserName" => $username,
|
"UserName" => $username,
|
||||||
"SeleniumTestMode" => false, //always false, dont need this
|
"SeleniumTestMode" => false, //always false, dont need this
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue