syntaxer run

git-svn-id: http://www.observium.org/svn/observer/trunk@3071 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-21 00:36:55 +00:00
parent bf58e662a9
commit e2dc9b246d
24 changed files with 84 additions and 107 deletions

View File

@@ -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;