From cf057e156b4bc9099bd90d70455334135957297b Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:15:21 +1000 Subject: [PATCH] Update join.blade.php --- resources/views/client/join.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index cfe5e93..3a89ca1 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -11,14 +11,16 @@ $app = addslashes($_GET["app"]);*/ if (Auth::check()) { $username = addslashes(Auth::user()->name); $id = addslashes(Auth::id()); + $app = '' . addslashes(Auth::id()); } else { $randName = mt_rand(1, 9999); $username = "Guest " . $randName; $id = 0; + $app = '0' } $ip = addslashes($_GET["ip"]); $port = addslashes($_GET["port"]); -$app = 'test'; +$app = '0'; ob_start(); @endphp