Fxed update manager offline missing include

This commit is contained in:
Luis Calvo 2020-11-19 14:23:12 +01:00
parent e9259da802
commit 64ed945a90
1 changed files with 3 additions and 0 deletions
pandora_console/godmode/update_manager

View File

@ -44,6 +44,9 @@ if (! check_acl($config['id_user'], 0, 'PM')
return;
}
require_once $config['homedir'].'/include/functions_update_manager.php';
if (update_manager_verify_license_expired()) {
ui_print_error_message(
__('The license has expired. Please contact Artica at info@artica.es')