Files

8 lines
108 B
PHP
Raw Permalink Normal View History

<?php
2018-09-11 07:51:35 -05:00
use LibreNMS\Authentication\LegacyAuth;
2018-09-11 07:51:35 -05:00
if (LegacyAuth::user()->hasGlobalRead()) {
$auth = 1;
}