urlfilter.dat: change ipcop to ipfire
Commit Message
- Removed remnant from IPCop on URL Filter Logs Export page.
Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
---
html/cgi-bin/logs.cgi/urlfilter.dat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Good find.
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Am 06.09.2022 um 21:30 schrieb Jon Murphy:
> - Removed remnant from IPCop on URL Filter Logs Export page.
>
> Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
> ---
> 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/urlfilter.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";
@@ -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";