From ff3f11713555031abc94057f6eb0d6e20e5248b9 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 12 Jul 2022 22:24:28 +1000 Subject: [PATCH] reverted test --- resources/views/client/join.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 9c49608..8911b03 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -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"]);