Fix startup variable editing to allow admin full control

This commit is contained in:
Dane Everitt 2016-02-13 17:36:03 -05:00
parent a903ae313a
commit a36f3dd875
2 changed files with 3 additions and 3 deletions

View file

@ -374,7 +374,7 @@ class ServersController extends Controller
$server = new ServerRepository;
$server->updateStartup($id, $request->except([
'_token'
]));
]), true);
Alert::success('Server startup variables were successfully updated.')->flash();
} catch (\Pterodactyl\Exceptions\DisplayException $e) {
Alert::danger($e->getMessage())->flash();