Update join.blade.php

This commit is contained in:
Thomas G 2022-07-20 17:20:12 +10:00
parent 909178d68a
commit 3ffc33faaa
1 changed files with 1 additions and 1 deletions

View File

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