Files
librenms-librenms/html/includes/graphs/global/auth.inc.php
2015-07-11 16:12:35 +02:00

6 lines
61 B
PHP

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