mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Remove useless global calls and add docblocks
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
include('includes/application/proxmox.inc.php');
|
||||
|
||||
global $config;
|
||||
|
||||
if (!isset($config['enable_proxmox']) || !$config['enable_proxmox']) {
|
||||
print_error('Proxmox agent was discovered on this host. Please enable Proxmox in your config.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user