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']))
|
2010-08-01 14:17:06 +00:00
|
|
|
{
|
2010-08-02 22:09:52 +00:00
|
|
|
$title = generate_device_link($device);
|
2011-09-14 13:38:01 +00:00
|
|
|
$graph_title = $device['hostname'];
|
2010-08-01 14:17:06 +00:00
|
|
|
$auth = TRUE;
|
2010-07-25 14:21:05 +00:00
|
|
|
}
|
|
|
|
|
|
2011-05-13 12:49:23 +00:00
|
|
|
?>
|