From d40035a716d40846bfb475866878bda1ee0b094a Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 26 Mar 2020 09:10:08 +0100 Subject: [PATCH] restoration --- pandora_console/include/config_process.php | 2 +- pandora_console/include/functions_config.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 93c06455fd..b854d66b75 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -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' ); } diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 08931feaf8..96f266fc1e 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.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' ); }