2010-08-02 16:38:03 +00:00
|
|
|
<?php
|
2010-07-25 14:21:05 +00:00
|
|
|
|
2015-07-13 20:10:26 +02:00
|
|
|
if ($auth || device_permitted($device['device_id'])) {
|
|
|
|
|
$title = generate_device_link($device);
|
2015-06-13 20:49:02 +10:00
|
|
|
$graph_title = $device['hostname'];
|
2015-07-13 20:10:26 +02:00
|
|
|
$auth = true;
|
2010-07-25 14:21:05 +00:00
|
|
|
}
|