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

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

8 lines
159 B
PHP
Raw Normal View History

<?php
if ($auth || device_permitted($device['device_id'])) {
$title = generate_device_link($device);
$title .= ' :: Custom OID ';
$auth = true;
}