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

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

10 lines
159 B
PHP
Raw Normal View History

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