From bc136937e816845800b98ad5e293fcd0d19d3345 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 23 Oct 2022 10:56:21 +1100 Subject: [PATCH] Update join.blade.php --- resources/views/client/join.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 3a9f72e..d5347d6 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -8,6 +8,8 @@ $port = addslashes($_GET["port"]); $id = addslashes($_GET["id"]); $app = addslashes($_GET["app"]);*/ +$authorised = 0 + if (Auth::check()) { $username = addslashes(Auth::user()->name); $authorised = 1