diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 42a3f1ccd..55f61eb2d 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -74,6 +74,7 @@ my %ipsecsettings=(); my %aliases=(); my %optionsfw=(); +my $VERSION='0.9.7.9'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts"; @@ -574,7 +575,9 @@ END print "$Lang::tr{'outgoing firewall reset'}: "; print ""; &Header::closebox(); + print "

Version: $VERSION
"; } + sub changerule { my $oldchain=shift;