Files
librenms/html/includes/graphs/customer/auth.inc.php
T
2010-08-01 14:17:06 +00:00

11 lines
131 B
PHP
Executable File

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