mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
Merge branch 'ent-5575-wizard-de-modulos-y-recon-by-steps' of brutus.artica.es:artica/pandorafms into ent-5575-wizard-de-modulos-y-recon-by-steps
Accept input changes
This commit is contained in:
commit
1d11e9324f
@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
|
1127
pandora_console/install.php
Normal file
1127
pandora_console/install.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user