]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: Added versionnumber on bottom right of firewall.
authorAlexander Marx <amarx@ipfire.org>
Sun, 3 Mar 2013 19:29:29 +0000 (20:29 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:11:54 +0000 (14:11 +0200)
html/cgi-bin/forwardfw.cgi

index 42a3f1ccdd7537a0bdf07948c672d13bfe278838..55f61eb2d22e207a58621ea727399d807ba2d87f 100755 (executable)
@@ -74,6 +74,7 @@ my %ipsecsettings=();
 my %aliases=();
 my %optionsfw=();
 
 my %aliases=();
 my %optionsfw=();
 
+my $VERSION='0.9.7.9';
 my $color;
 my $confignet          = "${General::swroot}/fwhosts/customnetworks";
 my $confighost         = "${General::swroot}/fwhosts/customhosts";
 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'}: <input type='submit' name='ACTION' value='$Lang::tr{'reset'}' /><input type='hidden' name='poltype' value='outgoing' /></tr>";
        print "</table></form>";
        &Header::closebox();
        print "$Lang::tr{'outgoing firewall reset'}: <input type='submit' name='ACTION' value='$Lang::tr{'reset'}' /><input type='hidden' name='poltype' value='outgoing' /></tr>";
        print "</table></form>";
        &Header::closebox();
+       print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</div>";
 }
 }
+
 sub changerule
 {
        my $oldchain=shift;
 sub changerule
 {
        my $oldchain=shift;