From cc40aaeca6eb28b8ba96ad6fc34f98c381ca6a60 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 9 Jun 2015 23:39:05 +0100 Subject: [PATCH] Mainly for a scrut run --- html/pages/routing/bgp.inc.php | 1 - includes/discovery/bgp-peers.inc.php | 1 - includes/polling/bgp-peers.inc.php | 1 - 3 files changed, 3 deletions(-) diff --git a/html/pages/routing/bgp.inc.php b/html/pages/routing/bgp.inc.php index b5d9ac0fb..6c231a6f3 100644 --- a/html/pages/routing/bgp.inc.php +++ b/html/pages/routing/bgp.inc.php @@ -258,4 +258,3 @@ else echo(""); } -?> diff --git a/includes/discovery/bgp-peers.inc.php b/includes/discovery/bgp-peers.inc.php index 9cfe02bf8..1f0946223 100644 --- a/includes/discovery/bgp-peers.inc.php +++ b/includes/discovery/bgp-peers.inc.php @@ -240,4 +240,3 @@ if ($config['enable_bgp']) echo("\n"); } -?> diff --git a/includes/polling/bgp-peers.inc.php b/includes/polling/bgp-peers.inc.php index 22aa0c524..7bd17860c 100644 --- a/includes/polling/bgp-peers.inc.php +++ b/includes/polling/bgp-peers.inc.php @@ -334,4 +334,3 @@ if ($config['enable_bgp']) } // End While loop on peers } // End check for BGP support -?>