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

10 lines
108 B
PHP

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