From e14177928d141e243b840bd8593847e6a09ef018 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 17 Apr 2011 12:00:13 +0000 Subject: [PATCH] bgp -> routing git-svn-id: http://www.observium.org/svn/observer/trunk@2088 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 46 +++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index db62df338..177cb3087 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -226,33 +226,41 @@ if ($deleted_ports) { echo('
  • Inventory
  • --> = '5' && (isset($config['enable_bgp']) && $config['enable_bgp'])) +if ($_SESSION['userlevel'] >= '5') { -echo(' -
  • BGP Sessions + echo(' +
  • Routing
    -
    -
  • -'); -} # If level > 5 && BGP enabled + + '); + +} ?>