#11157 Adjusted URL update manager
This commit is contained in:
parent
476b38c221
commit
be197de69a
|
@ -220,7 +220,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://licensing.pandorafms.com/pandoraupdate7/server.php'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -3813,7 +3813,7 @@ function get_um_url()
|
|||
$url = $config['url_update_manager'];
|
||||
$url = substr($url, 0, (strlen($url) - strpos(strrev($url), '/')));
|
||||
} else {
|
||||
$url = 'https://licensing.artica.es/pandoraupdate7/';
|
||||
$url = 'https://licensing.pandorafms.com/pandoraupdate7/';
|
||||
config_update_value(
|
||||
'url_update_manager',
|
||||
$url.'/server.php'
|
||||
|
|
|
@ -338,7 +338,7 @@ class Client
|
|||
public function __construct(?array $settings)
|
||||
{
|
||||
// Default values.
|
||||
$this->umHost = 'licensing.artica.es';
|
||||
$this->umHost = 'licensing.pandorafms.com';
|
||||
$this->umPort = 443;
|
||||
$this->endPoint = '/';
|
||||
$this->insecure = false;
|
||||
|
|
Loading…
Reference in New Issue