]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
firewall: Remove version information.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Sep 2013 20:04:42 +0000 (22:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Sep 2013 20:04:42 +0000 (22:04 +0200)
html/cgi-bin/forwardfw.cgi

index c18f4f41c3b410a510624312acf41ec07732b709..e3bbe5900156c7a45a77eaf8949d9c960b9c5656 100755 (executable)
@@ -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 "<br><br>";
-       print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</font></div>";
 }
 sub changerule
 {