mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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