Files

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

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']))) {
$device = device_by_id_cache($vars['device']);
$title = generate_device_link($device);
$graph_title = $device['hostname'];
$auth = true;
2011-10-28 18:29:22 +00:00
}