mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
13 lines
163 B
PHP
13 lines
163 B
PHP
<?php
|
|
|
|
// FIXME - wtfbbq
|
|
|
|
if ($_SESSION['userlevel'] >= "5" || $auth)
|
|
{
|
|
$id = mres($vars['id']);
|
|
$title = generate_device_link($device);
|
|
$auth = TRUE;
|
|
}
|
|
|
|
?>
|