500 fix
This commit is contained in:
parent
3ed504cc53
commit
902fe1d7c7
|
|
@ -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"]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue