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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user