mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
restoration
This commit is contained in:
parent
2c8655b1a3
commit
d40035a716
@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user