Added back id 400 error

This commit is contained in:
Thomas G 2022-07-20 22:27:46 +10:00
parent 0d5a79b61b
commit 8a29a9715e
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ if (Auth::check()) {
$id = addslashes(Auth::id());
} else {
$randName = mt_rand(1, 9999);
$username = "ARCHBLOXUser " . $randName;
$id = $randName;
$username = "Guest " . $randName;
$id = 0;
}
$ip = addslashes($_GET["ip"]);
$port = addslashes($_GET["port"]);