mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fixed user permissions (#8700)
This commit is contained in:
committed by
Tony Murray
parent
4347f0a055
commit
7f4566a854
@@ -31,6 +31,7 @@ use LibreNMS\Authentication\Auth;
|
||||
use LibreNMS\Config;
|
||||
|
||||
global $config;
|
||||
global $permissions;
|
||||
|
||||
error_reporting(E_ERROR|E_PARSE|E_CORE_ERROR|E_COMPILE_ERROR);
|
||||
ini_set('display_errors', 1);
|
||||
|
Reference in New Issue
Block a user