From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Murphy To: development@lists.ipfire.org Subject: [PATCH] urlfilter.dat: change ipcop to ipfire Date: Tue, 06 Sep 2022 14:30:01 -0500 Message-ID: <20220906193001.3373385-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3300555176851296277==" List-Id: --===============3300555176851296277== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Removed remnant from IPCop on URL Filter Logs Export page. Signed-off-by: Jon Murphy --- html/cgi-bin/logs.cgi/urlfilter.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/urlfilter.dat b/html/cgi-bin/logs.cgi/urlf= ilter.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"; --=20 2.30.2 --===============3300555176851296277==--