From cdfbef5de73400be3648b82ecf88a6fe6370e962 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 5 Apr 2021 15:42:48 +0200 Subject: [PATCH] logs.cgi/ids.dat: Change url to sid documentation site. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes #12596. Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller Signed-off-by: Michael Tremer --- 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 8918bc6da6..74cad62671 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.39.5