]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/cgi-bin/fwhosts.cgi
Forward Firewall: when creating a second group of services, the cached port and proto...
[ipfire-2.x.git] / html / cgi-bin / fwhosts.cgi
index 1f85135d43a99889c53a8449d3fc06a9513affbf..4b0a1122d248d0e37cec12dae4c9d7c3bc6d142a 100755 (executable)
@@ -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"</table>";}