From: Jon Murphy Date: Tue, 6 Sep 2022 19:30:01 +0000 (-0500) Subject: urlfilter.dat: change ipcop to ipfire X-Git-Tag: v2.27-core171~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3da3c1848e5f19c2f993b8a188df82e9920fbda8;p=ipfire-2.x.git urlfilter.dat: change ipcop to ipfire - Removed remnant from IPCop on URL Filter Logs Export page. Signed-off-by: Jon Murphy Reviewed-by: Bernhard Bitsch --- diff --git a/html/cgi-bin/logs.cgi/urlfilter.dat b/html/cgi-bin/logs.cgi/urlfilter.dat index 283db52cd7..c8412e2aba 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";