Fix inner join bug
This commit is contained in:
parent
022143dd86
commit
65a91baa16
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class CheckServer
|
|||
|
||||
$server = Server::getByUUID($request->route()->server);
|
||||
if (!$server) {
|
||||
return redirect()->route('index');
|
||||
return response()->view('errors.403', [], 403);
|
||||
}
|
||||
|
||||
if ($server->installed !== 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue