2010-08-02 16:38:03 +00:00
|
|
|
<?php
|
2010-07-25 14:21:05 +00:00
|
|
|
|
2012-05-11 15:21:42 +00:00
|
|
|
if ($auth || device_permitted($device['device_id'])) {
|
2015-06-13 20:49:02 +10:00
|
|
|
$title = generate_device_link($device);
|
2022-11-30 07:39:38 -06:00
|
|
|
$graph_title = DeviceCache::get($device['device_id'])->displayName();
|
2015-06-13 20:49:02 +10:00
|
|
|
$auth = true;
|
2010-07-25 14:21:05 +00:00
|
|
|
}
|