From ad35f2d28e9d183a272f69953e6f3948b92b7b29 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Tue, 20 Aug 2002 16:07:54 +0000 Subject: replaced localhost by 127.0.0.1 --- web_wizard/scripts/Webconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_wizard/scripts') diff --git a/web_wizard/scripts/Webconf.pm b/web_wizard/scripts/Webconf.pm index 9be3a75e..06a17fa5 100644 --- a/web_wizard/scripts/Webconf.pm +++ b/web_wizard/scripts/Webconf.pm @@ -24,7 +24,7 @@ sub do_it { } elsif ($ENV{wiz_web_internal} eq "1") { ($that) = $o->get_from_known_dev("IP") =~ qr/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.)\d{1,3}$/; - $that .= " localhost"; + $that .= " 127.0.0.1"; } cp_af($file, $file.".orig"); substInFile { -- cgit v1.2.1