Update join.blade.php

This commit is contained in:
Thomas G 2022-07-20 17:13:05 +10:00
parent 7e239d0dec
commit 6c44b21781
1 changed files with 1 additions and 1 deletions

View File

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