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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
200 B
PHP
Raw Normal View History

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