Remove useless global calls and add docblocks

This commit is contained in:
Mark Schouten
2015-09-01 10:14:15 +02:00
parent bcca44b08e
commit e5281fa49d
4 changed files with 27 additions and 5 deletions

View File

@@ -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.');
}