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

11 lines
164 B
PHP
Raw Normal View History

2010-08-02 16:38:03 +00:00
<?php
if ($auth || device_permitted($device['device_id']))
2010-08-01 14:17:06 +00:00
{
$title = generate_device_link($device);
2011-09-14 13:38:01 +00:00
$graph_title = $device['hostname'];
2010-08-01 14:17:06 +00:00
$auth = TRUE;
}
2011-05-13 12:49:23 +00:00
?>