urlfilter.dat: change ipcop to ipfire

Message ID 20220906193001.3373385-1-jon.murphy@ipfire.org
State Accepted
Commit 3da3c1848e5f19c2f993b8a188df82e9920fbda8
Headers
Series urlfilter.dat: change ipcop to ipfire |

Commit Message

jon Sept. 6, 2022, 7:30 p.m. UTC
  - 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

Bernhard Bitsch Sept. 6, 2022, 9:27 p.m. UTC | #1
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";
  

Patch

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";