Fxed update manager offline missing include
This commit is contained in:
parent
e9259da802
commit
64ed945a90
pandora_console/godmode/update_manager
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue