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
|
2018-04-07 15:55:28 -05:00
|
|
|
|
2020-04-26 12:45:31 +02:00
|
|
|
if ($auth || Auth::user()->hasGlobalRead()) {
|
2015-07-13 20:10:26 +02:00
|
|
|
$id = mres($vars['id']);
|
|
|
|
|
$title = generate_device_link($device);
|
|
|
|
|
$auth = true;
|
2010-08-01 14:17:06 +00:00
|
|
|
}
|