Files
librenms/html/includes/graphs/global/auth.inc.php
T
2012-05-13 16:54:47 +00:00

9 lines
64 B
PHP

<?php
if ($_SESSION['userlevel'] >= "5")
{
$auth = 1;
}
?>