From a4bde74a4810998fda2f41bf78cb53072f764ea7 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 21 Oct 2011 13:27:59 +0000 Subject: [PATCH] pathces from wez to fix webinf stuff git-svn-id: http://www.observium.org/svn/observer/trunk@2695 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/routing/bgp.inc.php | 2 +- html/pages/device/routing/ipsec_tunnels.inc.php | 4 ++-- includes/polling/cisco-ipsec-flow-monitor.inc.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/pages/device/routing/bgp.inc.php b/html/pages/device/routing/bgp.inc.php index 89066142e6..b31d2f0698 100644 --- a/html/pages/device/routing/bgp.inc.php +++ b/html/pages/device/routing/bgp.inc.php @@ -126,7 +126,7 @@ foreach (dbFetchRows("SELECT * FROM `bgpPeers` WHERE `device_id` = ? ORDER BY `b $graph_type = "bgp_updates"; $peer_daily_url = "graph.php?id=" . $peer['bgpPeer_id'] . "&type=" . $graph_type . "&from=$day&to=$now&width=500&height=150"; - $peeraddresslink = "', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\">" . $peer['bgpPeerIdentifier'] . ""; + $peeraddresslink = "', LEFT".$config['overlib_defaults'].");\" onmouseout=\"return nd();\">" . $peer['bgpPeerIdentifier'] . ""; echo(' diff --git a/html/pages/device/routing/ipsec_tunnels.inc.php b/html/pages/device/routing/ipsec_tunnels.inc.php index e800ece8b8..61cf983417 100644 --- a/html/pages/device/routing/ipsec_tunnels.inc.php +++ b/html/pages/device/routing/ipsec_tunnels.inc.php @@ -13,7 +13,7 @@ $sep = ""; foreach ($menu_options as $option => $text) { if ($_GET['optd'] == $option) { echo(""); } - echo('' . $text + echo('' . $text . ''); if ($_GET['optd'] == $option) { echo(""); } echo(" | "); @@ -31,7 +31,7 @@ foreach ($graph_types as $type => $descr) { echo("$type_sep"); if ($_GET['opte'] == $type) { echo(""); } - echo(''.$descr.''); + echo(''.$descr.''); if ($_GET['opte'] == $type) { echo(""); } $type_sep = " | "; diff --git a/includes/polling/cisco-ipsec-flow-monitor.inc.php b/includes/polling/cisco-ipsec-flow-monitor.inc.php index e911386a0c..76e813efcf 100755 --- a/includes/polling/cisco-ipsec-flow-monitor.inc.php +++ b/includes/polling/cisco-ipsec-flow-monitor.inc.php @@ -1,6 +1,6 @@ \ No newline at end of file +?>