mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-6758-update-manager-offline-meta-doesnt-work' into 'develop'
Fxed update manager offline missing include See merge request artica/pandorafms!3634
This commit is contained in:
commit
436a88e2f4
@ -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…
x
Reference in New Issue
Block a user