X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Flogs.cgi%2Flog.dat;h=76d5d295968655cd3219910be280a537ffe7b0e7;hp=87701ad4487ad642c53147f2e9a3ba302bfe0b9c;hb=78331e301975a38f952ad9311a7ff3201e5a5e2e;hpb=548f60a5bf6c5b8b6bf15471456cce8ce713a2b1 diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 87701ad448..76d5d29596 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -45,10 +45,10 @@ my $year = $now[5]+1900; $cgiparams{'DAY'} = $now[3]; $cgiparams{'MONTH'} = $now[4]; $cgiparams{'ACTION'} = ''; -$cgiparams{'SECTION'} = 'ipcop'; +$cgiparams{'SECTION'} = 'ipfire'; my %sections = ( - 'ipcop' => '(ipcop)', + 'ipfire' => '(ipfire)', 'red' => '(red.*|kernel: usb.*|pppd\[.*\]|chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|kernel: eth.*|dhcpcd\[.*\]|modem_run\[.*\])', 'dns' => '(dnsmasq\[.*\])', 'dhcp' => '(dhcpd)', @@ -64,7 +64,7 @@ my %sections = ( # Translations for the %sections array. my %trsections = ( - 'ipcop' => 'IPCop', + 'ipfire' => 'IPFire', 'red' => 'RED', 'dns' => 'DNS', 'dhcp' => "$Lang::tr{'dhcp server'}", @@ -229,7 +229,7 @@ while ($gzindex >=0 && $loop) { if ($cgiparams{'ACTION'} eq $Lang::tr{'export'}) { print "Content-type: text/plain\n\n"; - print "IPCop diagnostics\r\n"; + print "IPFire diagnostics\r\n"; print "$Lang::tr{'section'}: $cgiparams{'SECTION'}\n"; print "$Lang::tr{'date'}: $date\r\n\r\n";