From: Alexander Marx Date: Tue, 13 Aug 2013 11:58:48 +0000 (+0200) Subject: Forward Firewall: Modified the Message to reread firewallrules in p2p-block.cgi.... X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4f585d559f2bea5002cdb57f171732cfd8675bec Forward Firewall: Modified the Message to reread firewallrules in p2p-block.cgi. This is now the same as in forwardfw.cgi and fwhost.cgi --- diff --git a/html/cgi-bin/p2p-block.cgi b/html/cgi-bin/p2p-block.cgi index 7c6f7b3a4..cfca54284 100755 --- a/html/cgi-bin/p2p-block.cgi +++ b/html/cgi-bin/p2p-block.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 Alexander Marx # +# Copyright (C) 2013 # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -18,6 +18,8 @@ # along with this program. If not, see . # # # ############################################################################### +# Author: Alexander Marx (Amarx@ipfire.org) # +############################################################################### use strict; no warnings 'uninitialized'; @@ -83,7 +85,7 @@ if ($fwdfwsettings{'ACTION'} eq $Lang::tr{'fwdfw reread'}) sub p2pblock { if (-f "${General::swroot}/forward/reread"){ - print "
$Lang::tr{'fwhost reread'}


"; + print "
    $Lang::tr{'fwhost reread'}

"; } my $gif; open( FILE, "< $p2pfile" ) or die "Unable to read $p2pfile";