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

11 lines
136 B
PHP
Executable File

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