Files

8 lines
166 B
PHP
Raw Permalink Normal View History

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