Files
librenms/html/includes/graphs/global/auth.inc.php
T
2012-05-11 16:27:55 +00:00

9 lines
73 B
PHP

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