Files
librenms/html/includes/graphs/device/auth.inc.php
T
2010-08-02 16:38:03 +00:00

11 lines
154 B
PHP

<?php
if(is_numeric($id) && device_permitted($id))
{
$device = device_by_id_cache($id);
$title = generatedevicelink($device);
$auth = TRUE;
}
?>