This commit is contained in:
Thomas G 2022-09-14 20:18:05 +10:00
parent 3ed504cc53
commit 902fe1d7c7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if (Auth::check()) {
$randName = mt_rand(1, 9999); $randName = mt_rand(1, 9999);
$username = "Guest " . $randName; $username = "Guest " . $randName;
$id = 0; $id = 0;
$app = 'http://morblox.us/Asset/CharacterFetch.ashx?userId=0' $app = 'http://morblox.us/Asset/CharacterFetch.ashx?userId=0';
} }
$ip = addslashes($_GET["ip"]); $ip = addslashes($_GET["ip"]);
$port = addslashes($_GET["port"]); $port = addslashes($_GET["port"]);