mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
permissions for /bgp
git-svn-id: http://www.observium.org/svn/observer/trunk@674 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<?php
|
||||
|
||||
if ($_SESSION['userlevel'] < '5')
|
||||
{
|
||||
include("includes/error-no-perm.inc.php");
|
||||
}
|
||||
else
|
||||
{
|
||||
echo("<div style='margin: 5px;'><table border=0 cellspacing=0 cellpadding=2 width=100%>");
|
||||
|
||||
echo '<tr style="height: 30px"><th></th><th>Local address</th><th></th><th>Peer address</th><th>Type</th><th>Remote AS</th><th>State</th><th>Uptime</th></tr>';
|
||||
@@ -79,5 +85,5 @@
|
||||
$i++;
|
||||
}
|
||||
echo("</table></div>");
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user