From 4f585d559f2bea5002cdb57f171732cfd8675bec Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 13 Aug 2013 13:58:48 +0200 Subject: [PATCH] Forward Firewall: Modified the Message to reread firewallrules in p2p-block.cgi. This is now the same as in forwardfw.cgi and fwhost.cgi --- html/cgi-bin/p2p-block.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/p2p-block.cgi b/html/cgi-bin/p2p-block.cgi index 7c6f7b3a46..cfca54284a 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"; -- 2.39.2