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

8 lines
179 B
PHP
Raw Normal View History

2010-08-02 16:38:03 +00:00
<?php
2015-07-13 20:10:26 +02:00
if ($auth || device_permitted($device['device_id'])) {
$title = generate_device_link($device);
2015-06-13 20:49:02 +10:00
$graph_title = $device['hostname'];
2015-07-13 20:10:26 +02:00
$auth = true;
}