Update join.blade.php

This commit is contained in:
Thomas G 2022-10-23 10:56:21 +11:00
parent 24f961af19
commit bc136937e8
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ $port = addslashes($_GET["port"]);
$id = addslashes($_GET["id"]); $id = addslashes($_GET["id"]);
$app = addslashes($_GET["app"]);*/ $app = addslashes($_GET["app"]);*/
$authorised = 0
if (Auth::check()) { if (Auth::check()) {
$username = addslashes(Auth::user()->name); $username = addslashes(Auth::user()->name);
$authorised = 1 $authorised = 1