Files
librenms/html/includes/graphs/customer/auth.inc.php
T
2010-08-02 16:38:03 +00:00

11 lines
134 B
PHP
Executable File

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