Skip to content

Commit 6f138ad

Browse files
author
Marius Burkard
committed
- removed doubled detect_ip() call (Fixes #3763)
1 parent 324bfbd commit 6f138ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install/install.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,6 @@
702702
$inst->configure_pureftpd();
703703
}
704704

705-
swriteln('Detect IP addresses');
706-
$inst->detect_ips();
707-
708705
//** Configure DNS
709706
if(strtolower($inst->simple_query('Configure DNS Server', array('y', 'n'), 'y','configure_dns')) == 'y') {
710707
$conf['services']['dns'] = true;

0 commit comments

Comments
 (0)