From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] logs.cgi/ids.dat: Change url to sid documentation site. Date: Mon, 05 Apr 2021 15:42:48 +0200 Message-ID: <20210405134248.3501-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4835854746955474082==" List-Id: --===============4835854746955474082== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes #12596. Signed-off-by: Stefan Schantl --- html/cgi-bin/logs.cgi/ids.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/ids.dat b/html/cgi-bin/logs.cgi/ids.dat index 8918bc6da..74cad6267 100644 --- a/html/cgi-bin/logs.cgi/ids.dat +++ b/html/cgi-bin/logs.cgi/ids.dat @@ -351,7 +351,7 @@ END print "target='_blank'>$sid\n"; } elsif ($sid >= 2000000 and $sid < 3000000) { # Link to emergingthreats if the rule sid is between 2000000 and 3000000. - print "$sid\n"; } else { # No external link for user defined rules -- 2.20.1 --===============4835854746955474082==--