From 6215a56e32f167efdd3c1c67cef7789e867d4ea9 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Tue, 20 Aug 2002 16:04:19 +0000 Subject: changed localhost to 127.0.0.1 --- ftp_wizard/scripts/ProFtpconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp_wizard') diff --git a/ftp_wizard/scripts/ProFtpconf.pm b/ftp_wizard/scripts/ProFtpconf.pm index 4cb55c6d..ec596a88 100644 --- a/ftp_wizard/scripts/ProFtpconf.pm +++ b/ftp_wizard/scripts/ProFtpconf.pm @@ -34,7 +34,7 @@ sub do_it { my $allow = "all"; if ($wiz_ftp_internal && !$wiz_ftp_external) { ($allow) = $o->get_from_known_dev("IP") =~ qr/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.)\d{1,3}$/; - $allow .= ", localhost"; + $allow .= " 127.0.0.1"; } elsif (!$wiz_ftp_external) { $allow = "none"; -- cgit v1.2.1