missing comma in config.inc

This commit is contained in:
Simon Frerichs 2013-10-28 18:30:20 +01:00
parent 865e2cc6bc
commit b15bb66704

View File

@ -21,7 +21,7 @@ $asset_cache_life ="604800"; # 604800 seconds = 7 days
placeholder for the ASN. */
$customlinks = array(
'PeeringDB' => 'http://www.peeringdb.com/view.php?asn=%as%',
'robtex' => 'http://www.robtex.com/as/as%as%.html'
'robtex' => 'http://www.robtex.com/as/as%as%.html',
'HE' => 'http://bgp.he.net/AS%as%'
);