Fix inner join bug

This commit is contained in:
Dane Everitt 2016-01-08 20:39:16 -05:00
parent 022143dd86
commit 65a91baa16
2 changed files with 2 additions and 2 deletions

View file

@ -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) {