Update join.blade.php
This commit is contained in:
parent
dd23c7a9e3
commit
43b9b98816
|
|
@ -20,6 +20,7 @@ if (Auth::check()) {
|
||||||
}
|
}
|
||||||
$ip = addslashes($_GET["ip"]);
|
$ip = addslashes($_GET["ip"]);
|
||||||
$port = addslashes($_GET["port"]);
|
$port = addslashes($_GET["port"]);
|
||||||
|
$app = 'test';
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
@endphp
|
@endphp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue