restoration

This commit is contained in:
fbsanchez 2020-03-26 09:10:08 +01:00
parent 2c8655b1a3
commit d40035a716
2 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@ if (!isset($config['inventory_changes_blacklist'])) {
if (!isset($config['url_update_manager'])) { if (!isset($config['url_update_manager'])) {
config_update_value( config_update_value(
'url_update_manager', '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 = $config['url_update_manager'];
$url = substr($url, 0, (strlen($url) - strpos(strrev($url), '/'))); $url = substr($url, 0, (strlen($url) - strpos(strrev($url), '/')));
} else { } else {
$url = 'https://taldarim.artica.lan/pandoraupdate7/'; $url = 'https://licensing.artica.es/pandoraupdate7/';
config_update_value( config_update_value(
'url_update_manager', 'url_update_manager',
'https://taldarim.artica.lan/pandoraupdate7/server.php' 'https://licensing.artica.es/pandoraupdate7/server.php'
); );
} }