X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fnetexternal.cgi;h=156ef2418c604f429f66390e9ef136aa267e1eaa;hb=4c7bfb1f271bdd0de493772a15209e038344e57c;hp=cd29d5da02cc85918a012b6d7a41f56504760f69;hpb=0d08de33a65c31386be41132230f9fba9028166c;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/html/cgi-bin/netexternal.cgi b/html/cgi-bin/netexternal.cgi index cd29d5da0..156ef2418 100644 --- a/html/cgi-bin/netexternal.cgi +++ b/html/cgi-bin/netexternal.cgi @@ -83,8 +83,8 @@ if ( $querry[0] ne~ ""){ &General::readhash("${General::swroot}/dhcpc/dhcpcd-$netsettings{'RED_DEV'}.info", \%dhcpinfo); - my $DNS1=`echo $dhcpinfo{'domain_name_servers'} | cut -f 1 -d ,`; - my $DNS2=`echo $dhcpinfo{'domain_name_servers'} | cut -f 2 -d ,`; + my $DNS1=`echo $dhcpinfo{'domain_name_servers'} | cut -f 1 -d " "`; + my $DNS2=`echo $dhcpinfo{'domain_name_servers'} | cut -f 2 -d " "`; my $lsetme=0; my $leasetime="";