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

8 lines
108 B
PHP

<?php
use LibreNMS\Authentication\LegacyAuth;
if (LegacyAuth::user()->hasGlobalRead()) {
$auth = 1;
}