From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] urlfilter.dat: change ipcop to ipfire Date: Tue, 06 Sep 2022 23:27:24 +0200 Message-ID: <81509a73-0c0e-f2d1-05ed-2111a711feb8@ipfire.org> In-Reply-To: <20220906193001.3373385-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8391595556004305306==" List-Id: --===============8391595556004305306== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Good find. Reviewed-by: Bernhard Bitsch Am 06.09.2022 um 21:30 schrieb Jon Murphy: > - Removed remnant from IPCop on URL Filter Logs Export page. >=20 > Signed-off-by: Jon Murphy > --- > html/cgi-bin/logs.cgi/urlfilter.dat | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/logs.cgi/urlfilter.dat b/html/cgi-bin/logs.cgi/ur= lfilter.dat > index 283db52cd..c8412e2ab 100644 > --- a/html/cgi-bin/logs.cgi/urlfilter.dat > +++ b/html/cgi-bin/logs.cgi/urlfilter.dat > @@ -178,7 +178,7 @@ if ($day < 10) { > if ($cgiparams{'ACTION'} eq $Lang::tr{'export'}) > { > print "Content-type: text/plain\n\n"; > - print "IPCop URL filter log\r\n"; > + print "IPFire URL filter log\r\n"; > print "Section: $cgiparams{'LOGTYPE'}\r\n"; > print "Date: $daystr $longmonthstr\r\n"; > print "\r\n"; --===============8391595556004305306==--