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@2643 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -40,7 +40,6 @@ if (isset($config['enable_bgp']) && $config['enable_bgp'])
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -167,7 +166,6 @@ $(document).ready(function() {
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
</div><!-- End 4 columns container -->
|
||||
|
||||
</li><!-- End 4 columns Item -->
|
||||
@@ -207,8 +205,6 @@ if ($config['show_locations'])
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<!-- PORTS -->
|
||||
|
||||
<li><a href="ports/" class="drop"><img src="images/16/connect.png" border="0" align="absmiddle" /> Ports</a><!-- Begin Home Item -->
|
||||
@@ -308,12 +304,10 @@ $(document).ready(function() {
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
</div><!-- End 4 columns container -->
|
||||
|
||||
</li><!-- End 4 columns Item -->
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
# FIXME does not check user permissions...
|
||||
@@ -417,7 +411,6 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
|
||||
');
|
||||
}
|
||||
|
||||
|
||||
## BGP Sessions
|
||||
if ($_SESSION['userlevel'] >= '5' && $routing_count['bgp'])
|
||||
{
|
||||
@@ -437,7 +430,6 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
|
||||
');
|
||||
}
|
||||
|
||||
|
||||
echo(' </ul>');
|
||||
?>
|
||||
|
||||
@@ -449,17 +441,14 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<li class="menu_right"><a href="#" class="drop"><img src="images/16/wrench.png" border="0" align="absmiddle" /> System</a><!-- Begin Home Item -->
|
||||
|
||||
<div class="dropdown_3columns align_right"><!-- Begin 2 columns container -->
|
||||
|
||||
|
||||
<div class="col_3">
|
||||
<h2>Observium <?php echo($config['version']); ?> </h2>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col_2">
|
||||
<p>Network Management and Monitoring<br />
|
||||
Copyright (C) 2006-<?php echo date("Y"); ?> Adam Armstrong</p>
|
||||
@@ -488,7 +477,6 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col_1">
|
||||
<h2>Settings</h2>
|
||||
<ul>
|
||||
@@ -502,7 +490,6 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
$apache_version = str_replace("Apache/", "", $_SERVER['SERVER_SOFTWARE']);
|
||||
$php_version = phpversion();
|
||||
@@ -542,12 +529,9 @@ $netsnmp_version = shell_exec($config['snmpget'] . " --version");
|
||||
<li><a href="authlog/"><img src="images/16/lock.png" border="0" align="absmiddle" /> Authlog</a></li>');
|
||||
} ?>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div><!-- End 2 columns container -->
|
||||
|
||||
</li><!-- End Home Item -->
|
||||
|
Reference in New Issue
Block a user