From 6f138addf10bd99c44df464d43022ee6542e2ccb Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 18 Feb 2016 03:41:40 -0500 Subject: [PATCH] - removed doubled detect_ip() call (Fixes #3763) --- 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