mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix inner join bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user