Update join.blade.php

This commit is contained in:
Thomas G 2022-07-20 17:08:33 +10:00
parent 9fba503f4f
commit 7e239d0dec
1 changed files with 1 additions and 1 deletions

View File

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