From 528a14995a91187c39990902c0a2322966afad59 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Thu, 11 May 2017 00:41:10 +0100 Subject: [PATCH] webui: Updated link to peeringdb to use asn (#6625) --- html/includes/table/ix-peers.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/table/ix-peers.inc.php b/html/includes/table/ix-peers.inc.php index 6e50862b1f..f813b1311d 100644 --- a/html/includes/table/ix-peers.inc.php +++ b/html/includes/table/ix-peers.inc.php @@ -78,7 +78,7 @@ foreach (dbFetchRows($sql, $params) as $peer) { 'remote_ipaddr4' => $peer['remote_ipaddr4'], 'peer' => $peer['name'], 'connected' => "$connected", - 'links' => "", + 'links' => "", ); }