placelauncher.ashx to placelauncher.php
This commit is contained in:
parent
cf84b07f71
commit
a6f3a1878a
|
|
@ -112,7 +112,7 @@ function playGame(id) {
|
|||
$("#linfo").html("Starting Alphaland...");
|
||||
$("#launching").modal("show");
|
||||
$("#closediv").hide();
|
||||
location.href = "alphaland-player-cc:1+launchmode:play+gameinfo:" + data + "+placelauncherurl:https://www.alphaland.cc/Game/PlaceLauncher.ashx?request=RequestGame&placeid=" + id;
|
||||
location.href = "alphaland-player-cc:1+launchmode:play+gameinfo:" + data + "+placelauncherurl:https://www.alphaland.cc/Game/PlaceLauncher?request=RequestGame&placeid=" + id;
|
||||
setTimeout(function() {
|
||||
$("#launching").modal("hide");
|
||||
}, 2500);
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ $placeid = $_GET['placeId'];
|
|||
$userid = $_GET['userid'];
|
||||
$isTeleport = $_GET['isTeleport'];
|
||||
|
||||
WebContextManager::Redirect("https://www.alphaland.cc/Game/PlaceLauncher.ashx?request=" . $requesttype . "&placeId=" . $placeid . "&isTeleport=" . $isTeleport);
|
||||
WebContextManager::Redirect("https://www.alphaland.cc/Game/PlaceLauncher?request=" . $requesttype . "&placeId=" . $placeid . "&isTeleport=" . $isTeleport);
|
||||
Loading…
Reference in New Issue