Files
2019-04-12 20:47:13 -05:00

11 lines
215 B
PHP

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