remove superfluous inserttask

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann 2018-12-22 21:11:43 +01:00
parent 7170fab884
commit 17c6b11a1b
No known key found for this signature in database
GPG Key ID: 55284EC83A4823B8

View File

@ -69,8 +69,6 @@ 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');