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

10 lines
168 B
PHP
Raw Normal View History

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