Merge branch 'ent-5575-wizard-de-modulos-y-recon-by-steps' of brutus.artica.es:artica/pandorafms into ent-5575-wizard-de-modulos-y-recon-by-steps
Accept input changes
This commit is contained in:
commit
1d11e9324f
|
@ -209,7 +209,7 @@ if (!isset($config['inventory_changes_blacklist'])) {
|
|||
if (!isset($config['url_update_manager'])) {
|
||||
config_update_value(
|
||||
'url_update_manager',
|
||||
'https://taldarim.artica.lan/pandoraupdate7/server.php'
|
||||
'https://licensing.artica.es/pandoraupdate7/server.php'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -3087,10 +3087,10 @@ function get_um_url()
|
|||
$url = $config['url_update_manager'];
|
||||
$url = substr($url, 0, (strlen($url) - strpos(strrev($url), '/')));
|
||||
} else {
|
||||
$url = 'https://taldarim.artica.lan/pandoraupdate7/';
|
||||
$url = 'https://licensing.artica.es/pandoraupdate7/';
|
||||
config_update_value(
|
||||
'url_update_manager',
|
||||
'https://taldarim.artica.lan/pandoraupdate7/server.php'
|
||||
'https://licensing.artica.es/pandoraupdate7/server.php'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue