add option to enable/disable generation of bind-configs for the system-hostname

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-06-02 12:35:45 +02:00
parent 0d04077d6e
commit f1eb5420a7
9 changed files with 48 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ fwrite($debugHandler, 'Database-connection established' . "\n");
* if using fcgid or fpm for froxlor-vhost itself, we have to check
* whether the permission of the files are still correct
*/
fwrite($debugHandler, 'Checking froxlor file permissions');
fwrite($debugHandler, 'Checking froxlor file permissions'."\n");
$_mypath = makeCorrectDir(FROXLOR_INSTALL_DIR);
if (((int)Settings::Get('system.mod_fcgid') == 1 && (int)Settings::Get('system.mod_fcgid_ownvhost') == 1)