Files

9 lines
242 B
PHP
Raw Permalink Normal View History

2011-10-28 18:29:22 +00:00
<?php
2015-07-15 20:46:04 +01:00
if (is_numeric($vars['device']) && ($auth || device_permitted($vars['src']))) {
2020-09-21 15:40:17 +02:00
$device = device_by_id_cache($vars['device']);
$title = generate_device_link($device);
$graph_title = $device['hostname'];
2020-09-21 15:40:17 +02:00
$auth = true;
2011-10-28 18:29:22 +00:00
}