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:
Jose Gonzalez 2020-03-26 12:17:39 +01:00
commit 1d11e9324f
3 changed files with 1130 additions and 3 deletions

View File

@ -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'
);
}

View File

@ -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'
);
}

1127
pandora_console/install.php Normal file

File diff suppressed because it is too large Load Diff