Update join.blade.php
This commit is contained in:
parent
9fba503f4f
commit
7e239d0dec
|
|
@ -14,7 +14,7 @@ if (Auth::check()) {
|
|||
} else {
|
||||
$randName = mt_rand(1, 9999);
|
||||
$username = "Guest " . $randName;
|
||||
$id = 0;
|
||||
$id = mt_rand(9999, 9999999);
|
||||
}
|
||||
$ip = addslashes($_GET["ip"]);
|
||||
$port = addslashes($_GET["port"]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue