From 35f95ba741115576b9d5d695183d24f8b9523327 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 2 Sep 2013 22:04:42 +0200 Subject: [PATCH] firewall: Remove version information. --- html/cgi-bin/forwardfw.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index c18f4f41c..e3bbe5900 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -63,7 +63,6 @@ my %aliases=(); my %optionsfw=(); my %ifaces=(); -my $VERSION='0.9.9.14'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts"; @@ -400,8 +399,6 @@ sub base { &hint; &addrule; - print "

"; - print "

Version: $VERSION
"; } sub changerule { -- 2.39.2