Update join.blade.php
This commit is contained in:
parent
24f961af19
commit
bc136937e8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue