From 3ffc33faaab607f45bbe1e8761dd8c8535741a7c Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 20 Jul 2022 17:20:12 +1000 Subject: [PATCH] Update join.blade.php --- resources/views/client/join.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 2b5413d..9381a3f 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -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"]);