From: Alexander Marx Date: Mon, 18 Feb 2013 11:28:30 +0000 (+0100) Subject: Forward Firewall: when creating a second group of services, the cached port and proto... X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=0b54aaede3702dcaf76e3d4b50fd5ca591e8fe13 Forward Firewall: when creating a second group of services, the cached port and protocol from first group are shown in table --- diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 1f85135d4..4b0a1122d 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1593,6 +1593,8 @@ sub viewtableservicegrp $grpname=$customservicegrp{$key}[0]; if ($customservicegrp{$key}[2] eq "none"){ $customservicegrp{$key}[2]=$Lang::tr{'fwhost empty'}; + $port=''; + $protocol=''; } $remark="$customservicegrp{$key}[1]"; if($count >=2){print"";}