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

6 lines
61 B
PHP
Raw Normal View History

<?php
if (Auth::user()->hasGlobalRead()) {
$auth = 1;
}