Remove closing tag from config.inc to prevent whitespace problems in gengraph.php

Problem reported by Erwan Lerale.
This commit is contained in:
Manuel Kasper 2013-10-17 11:03:46 +02:00
parent 94cf847664
commit 83119b672e

View File

@ -25,4 +25,5 @@ $customlinks = array(
'HE' => 'http://bgp.he.net/AS%as%'
);
?>
/* END - no closing php tag needed here (prevents problems with stray whitespace) */