WIP command center

This commit is contained in:
Daniel Barbero Martin 2021-03-31 15:50:41 +02:00
parent 6ac13adc39
commit 9364428346
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ global $config;
define('DEBUG', 0);
define('VERBOSE', 0);
// Enterprise support.
if (file_exists($config['homedir'].'/'.ENTERPRISE_DIR.'/load_enterprise.php') === true) {
include_once $config['homedir'].'/'.ENTERPRISE_DIR.'/load_enterprise.php';
}
// TESTING THE UPDATE MANAGER.
enterprise_include_once('include/functions_enterprise_api.php');