also regenerate quota and cron.d if settings have changed

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-22 13:44:41 +01:00
parent 3794003e63
commit b43a63d665

View File

@@ -68,6 +68,10 @@ if ($page == 'overview' && $userinfo['change_serversettings'] == '1') {
\Froxlor\System\Cronjob::inserttask('1');
// Using nameserver, insert a task which rebuilds the server config
\Froxlor\System\Cronjob::inserttask('4');
// Using nameserver, insert a task which rebuilds the server config
\Froxlor\System\Cronjob::inserttask('4');
// cron.d file
\Froxlor\System\Cronjob::inserttask('99');
\Froxlor\UI\Response::standard_success('settingssaved', '', array(
'filename' => $filename,