Files
librenms-librenms/includes/html/graphs/customer/auth.inc.php
T

10 lines
169 B
PHP
Raw 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::user()->hasGlobalRead() || $auth) {
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
}