From f833ef4660862fce522799582957a64b2159ea72 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Thu, 21 Mar 2013 07:47:28 +0100 Subject: [PATCH] Forward Firewall: fixed layout of deleted host in custom group changed version nr in forwardfw.cgi --- html/cgi-bin/forwardfw.cgi | 2 +- html/cgi-bin/fwhosts.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index e3b8c4a9d..1f2af8cd9 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -77,7 +77,7 @@ my %aliases=(); my %optionsfw=(); my %ifaces=(); -my $VERSION='0.9.8.7'; +my $VERSION='0.9.8.8'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts"; diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 54080a97e..a0bb21fb8 100755 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1511,7 +1511,7 @@ sub viewtablegrp print "$customgrp{$key}[2]"; } if ($ip eq '' && $customgrp{$key}[2] ne $Lang::tr{'fwhost empty'}){ - print "$Lang::tr{'fwhost deleted'}$customgrp{$key}[3]
"; + print "$Lang::tr{'fwhost deleted'}$customgrp{$key}[3]"; }else{ print"$ip$customgrp{$key}[3]"; } -- 2.39.2