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']);
|
2015-07-10 13:36:21 +02:00
|
|
|
$title = generate_device_link($device);
|
|
|
|
|
$graph_title = $device['hostname'];
|
|
|
|
|
$auth = true;
|
2011-10-28 18:29:22 +00:00
|
|
|
}
|