From da516ed615e48fae0de95a6e26898f0dd5af1b4c Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sat, 30 Mar 2013 23:14:38 +0100 Subject: [PATCH] don't insert the ftp-directory-build-permission-task when rebuilding config files - has nothing to do with it and just confuses admins Signed-off-by: Michael Kaufmann (d00p) --- admin_settings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin_settings.php b/admin_settings.php index 083e32e1..6c16cc7a 100644 --- a/admin_settings.php +++ b/admin_settings.php @@ -82,8 +82,6 @@ if(($page == 'settings' || $page == 'overview') ) { $log->logAction(ADM_ACTION, LOG_INFO, "rebuild configfiles due to changed setting"); inserttask('1'); - inserttask('5'); - // Using nameserver, insert a task which rebuilds the server config inserttask('4'); @@ -125,7 +123,6 @@ elseif($page == 'rebuildconfigs' { $log->logAction(ADM_ACTION, LOG_INFO, "rebuild configfiles"); inserttask('1'); - inserttask('5'); inserttask('10'); // Using nameserver, insert a task which rebuilds the server config inserttask('4');