From 295bd9c18daa96ebee81a2662f222b915b851104 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 18 Feb 2016 04:38:25 -0500 Subject: [PATCH] Merge branch 'stable-3.1' --- install/install.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/install/install.php b/install/install.php index e07546e..6334c28 100644 --- a/install/install.php +++ b/install/install.php @@ -702,9 +702,6 @@ $inst->configure_pureftpd(); } - swriteln('Detect IP addresses'); - $inst->detect_ips(); - //** Configure DNS if(strtolower($inst->simple_query('Configure DNS Server', array('y', 'n'), 'y','configure_dns')) == 'y') { $conf['services']['dns'] = true; -- Gitblit v1.9.1