From 6f138addf10bd99c44df464d43022ee6542e2ccb Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Thu, 18 Feb 2016 09:41:40 +0100 Subject: [PATCH] - removed doubled detect_ip() call (Fixes #3763) --- install/install.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/install.php b/install/install.php index e07546e55c..6334c28b44 100644 --- a/install/install.php +++ b/install/install.php @@ -702,9 +702,6 @@ if($install_mode == 'standard') { $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; -- GitLab