From 17c6b11a1b59439a4aa321e25c2e4b9f3037ac53 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 22 Dec 2018 21:11:43 +0100 Subject: [PATCH] remove superfluous inserttask Signed-off-by: Michael Kaufmann --- admin_settings.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin_settings.php b/admin_settings.php index d9a55835..86683c16 100644 --- a/admin_settings.php +++ b/admin_settings.php @@ -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');