Update join.blade.php

This commit is contained in:
Thomas G 2022-07-12 23:57:10 +10:00
parent ab84d2b03d
commit bb4c3d266b
1 changed files with 1 additions and 2 deletions

View File

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