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) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-03-30 23:14:38 +01:00
parent ab410cc91e
commit da516ed615

View File

@@ -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');