mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fxed update manager offline missing include
This commit is contained in:
parent
e9259da802
commit
64ed945a90
@ -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