From c8c01941832f6c1fbbf6ffe3c263584c20bba075 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 16 May 2019 12:33:05 +0200 Subject: [PATCH] Minor fix in url Former-commit-id: 087a93624d65109c9c66de329c4365b98d99c8ed --- pandora_console/include/config_process.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index ab9d7532ed..5e87868425 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -208,8 +208,7 @@ if (!isset($config['inventory_changes_blacklist'])) { if (!isset($config['url_update_manager'])) { config_update_value( 'url_update_manager', - //'https://licensing.artica.es/pandoraupdate7/server.php' - 'https://172.17.0.3/server.php' + 'https://licensing.artica.es/pandoraupdate7/server.php' ); }