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

11 lines
134 B
PHP
Raw Normal View History

2010-08-02 16:38:03 +00:00
<?php
2010-08-01 14:17:06 +00:00
if ($_SESSION['userlevel'] >= "5")
{
$id = mres($_GET['id']);
$title = generatedevicelink($device);
$auth = TRUE;
}
?>