From c91bdc411b236a4f85c05c0f81774cd049fede61 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 26 Sep 2011 04:15:14 -0400 Subject: [PATCH] Fixed: FS#1755 - PHP notices during installation --- install/dist/conf/debian40.conf.php | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/install/dist/conf/debian40.conf.php b/install/dist/conf/debian40.conf.php index fef0374..ba7296b 100644 --- a/install/dist/conf/debian40.conf.php +++ b/install/dist/conf/debian40.conf.php @@ -206,11 +206,6 @@ $conf['nginx']['php_fpm_start_port'] = 9010; $conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm'; -//*Ufw -$conf['ufw']['installed'] = false; -$conf['ufw']['config_dir'] = '/etc/ufw'; -$conf['ufw']['init_script'] = 'ufw'; - //*Bastille-Firwall $conf['bastille']['installed'] = false; $conf['bastille']['config_dir'] = '/etc/Bastille'; -- Gitblit v1.9.1