Files
librenms/html/includes/graphs/customer/auth.inc.php
T
2012-05-25 11:29:53 +00:00

13 lines
164 B
PHP
Executable File

<?php
/// FIXME - wtfbbq
if ($_SESSION['userlevel'] >= "5" || $auth)
{
$id = mres($vars['id']);
$title = generate_device_link($device);
$auth = TRUE;
}
?>