mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3071 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -68,7 +68,7 @@ if ($_SESSION['userlevel'] >= '10')
|
||||
{
|
||||
if (count($cache['device_types']))
|
||||
{
|
||||
echo ('
|
||||
echo('
|
||||
<li><hr width="140" /></li>');
|
||||
}
|
||||
echo('
|
||||
@@ -395,8 +395,6 @@ foreach (array_keys($menu_sensors) as $item)
|
||||
|
||||
$app_count = dbFetchCell("SELECT COUNT(`app_id`) FROM `applications`");
|
||||
|
||||
|
||||
|
||||
if ($_SESSION['userlevel'] >= '5' && ($app_count) > "0")
|
||||
{
|
||||
?>
|
||||
@@ -435,7 +433,6 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
|
||||
<div class="dropdown_1column"><!-- Begin 1 column container -->
|
||||
<ul>
|
||||
|
||||
|
||||
<?php
|
||||
$separator = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user