Files
librenms-librenms/html/includes/graphs/customer/auth.inc.php

11 lines
131 B
PHP
Raw Normal View History

<?
if ($_SESSION['userlevel'] >= "5")
{
$id = mres($_GET['id']);
$title = generatedevicelink($device);
$auth = TRUE;
}
?>