We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795bb10 commit bea23a5Copy full SHA for bea23a5
install/lib/installer_base.lib.php
@@ -296,6 +296,7 @@ public function add_database_server_record() {
296
$tpl_ini_array['fastcgi']['fastcgi_bin'] = $conf['fastcgi']['fastcgi_bin'];
297
$tpl_ini_array['server']['hostname'] = $conf['hostname'];
298
$tpl_ini_array['server']['ip_address'] = @gethostbyname($conf['hostname']);
299
+ $tpl_ini_array['server']['firewall'] = ($conf['ufw']['installed'] == true)?'ufw':'bastille';
300
$tpl_ini_array['web']['website_basedir'] = $conf['web']['website_basedir'];
301
$tpl_ini_array['web']['website_path'] = $conf['web']['website_path'];
302
$tpl_ini_array['web']['website_symlinks'] = $conf['web']['website_symlinks'];
0 commit comments