Files
librenms-librenms/includes/html/graphs/customer/auth.inc.php
2020-04-26 12:45:31 +02:00

10 lines
169 B
PHP

<?php
// FIXME - wtfbbq
if ($auth || Auth::user()->hasGlobalRead()) {
$id = mres($vars['id']);
$title = generate_device_link($device);
$auth = true;
}