Files

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

10 lines
159 B
PHP
Raw Permalink Normal View History

2010-08-02 16:38:03 +00:00
<?php
2010-08-01 14:17:06 +00:00
2012-05-25 12:24:34 +00:00
// FIXME - wtfbbq
if ($auth || Auth::user()->hasGlobalRead()) {
2021-03-28 17:25:30 -05:00
$id = $vars['id'];
$title = generate_device_link($device);
2010-08-01 14:17:06 +00:00
$auth = true;
}