Files
librenms-librenms/html/includes/graphs/global/auth.inc.php
T

6 lines
61 B
PHP
Raw Normal View History

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