Files

10 lines
165 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()) {
2020-09-21 15:40:17 +02:00
$id = mres($vars['id']);
2015-07-13 20:10:26 +02:00
$title = generate_device_link($device);
2020-09-21 15:40:17 +02:00
$auth = true;
2010-08-01 14:17:06 +00:00
}