From: Stefan Schantl Date: Thu, 7 Feb 2019 08:00:35 +0000 (+0100) Subject: logs.cgi/ids.dat: Do not call the IDS snort again X-Git-Tag: v2.23-core131~117^2~53 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=dd8d6f5ee8c6262b96319b84751a73044be23e39 logs.cgi/ids.dat: Do not call the IDS snort again Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/logs.cgi/ids.dat b/html/cgi-bin/logs.cgi/ids.dat index 21737511f8..e374f5711d 100644 --- a/html/cgi-bin/logs.cgi/ids.dat +++ b/html/cgi-bin/logs.cgi/ids.dat @@ -157,7 +157,7 @@ if ($multifile) { if ($cgiparams{'ACTION'} eq $Lang::tr{'export'}) { print "Content-type: text/plain\n\n"; - print "IPFire IDS snort log\r\n"; + print "IPFire IPS log\r\n"; print "Date: $cgiparams{'DAY'} $longmonths[$cgiparams{'MONTH'}]\r\n"; print "\r\n"; @@ -254,7 +254,7 @@ END &Header::closebox(); &Header::openbox('100%', 'left', $Lang::tr{'log'}); -print "

$Lang::tr{'snort hits'} $longmonthstr $daystr: $lines

"; +print "

$Lang::tr{'ids log hits'} $longmonthstr $daystr: $lines

"; if ($start == -1) { $start = $lines - ${Header::viewsize}; } diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index edf0a078c2..54c85a64e3 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1333,6 +1333,7 @@ 'ids enable' => 'Intrusion-Prevention-System aktivieren', 'ids download new ruleset' => 'Das neue Regelset wird heruntergeladen und entpackt ... Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde.', 'ids log viewer' => 'Ansicht IPS-Protokoll', +'ids log hits' => 'Gesamtanzahl der aktivierten Regeln für', 'ids logs' => 'IPS-Protokolldateien', 'ids monitored interfaces' => 'Überwachte Netzwerkzonen', 'ids monitor traffic only' => 'Netzwerk-Pakete nur überpfrüfen', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 5218bc34e3..8ce7036202 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1364,6 +1364,7 @@ 'ids download new ruleset' => 'Downloading and unpacking new ruleset ... Please wait until all operations have completed successfully.', 'ids enable' => 'Enable Intrusion Prevention System', 'ids hide' => 'Hide', +'ids log hits' => 'Total of number of activated rules for', 'ids log viewer' => 'IPS log viewer', 'ids logs' => 'IPS Logs', 'ids monitored interfaces' => 'Monitored interfaces',