Files
librenms-librenms/html/includes/graphs/device/auth.inc.php
T
2010-08-01 14:17:06 +00:00

11 lines
151 B
PHP

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