Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
166 B
PHP
Raw Permalink Normal View History

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