From e90c62b2e3d99c3d4d244962e114f7c1924c4640 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 20 Mar 2022 10:48:46 +0000 Subject: [PATCH] connections.cgi: Update links to SANS ISC MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #12783 Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- html/cgi-bin/connections.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 7f06a55945..771728d883 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -589,7 +589,7 @@ foreach my $line (@conntrack) { } $sport_extra = "> "; - $sport_extra .= ""; + $sport_extra .= ""; $sport_extra .= " $sport_ret"; $sport_extra .= ""; } @@ -602,7 +602,7 @@ foreach my $line (@conntrack) { } $dport_extra = "> "; - $dport_extra .= ""; + $dport_extra .= ""; $dport_extra .= " $dport_ret"; $dport_extra .= ""; } @@ -617,7 +617,7 @@ foreach my $line (@conntrack) { $sip_extra - + $sport $sport_extra @@ -632,7 +632,7 @@ foreach my $line (@conntrack) { $dip_extra - + $dport $dport_extra -- 2.39.5