Updated update manager URLs.
This commit is contained in:
parent
67bbd20fef
commit
786cf45344
|
@ -101,7 +101,7 @@ echo '</div>';
|
|||
echo '' . __('To get your <b>Pandora FMS Enterprise License</b>:') . '<br />';
|
||||
echo '<ul>';
|
||||
echo '<li>';
|
||||
echo '' . sprintf(__('Go to %s'), "<a target=\"_blank\" href=\"http://artica.es/pandoraupdate51/index.php?section=generate_key_client\">http://artica.es/pandoraupdate51/index.php?section=generate_key_client</a>");
|
||||
echo '' . sprintf(__('Go to %s'), "<a target=\"_blank\" href=\"http://artica.es/pandoraupdate6/index.php?section=generate_key_client\">http://artica.es/pandoraupdate6/index.php?section=generate_key_client</a>");
|
||||
echo '</li>';
|
||||
echo '<li>';
|
||||
echo '' .__('Enter the <b>auth key</b> and the following <b>request key</b>:');
|
||||
|
|
|
@ -163,7 +163,7 @@ if (!isset($config['inventory_changes_blacklist'])) {
|
|||
//NEW UPDATE MANAGER URL
|
||||
if (!isset($config['url_update_manager'])) {
|
||||
config_update_value('url_update_manager',
|
||||
'https://artica.es/pandoraupdate51/server.php');
|
||||
'https://artica.es/pandoraupdate6/server.php');
|
||||
}
|
||||
|
||||
if (defined('METACONSOLE')) {
|
||||
|
|
|
@ -2485,4 +2485,4 @@ function get_percentile($percentile, $array) {
|
|||
|
||||
return $result;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -287,7 +287,7 @@ function update_manager_check_online_free_packages ($is_ajax=true) {
|
|||
|
||||
//For to test in the shell
|
||||
/*
|
||||
wget https://artica.es/pandoraupdate51/server.php -O- --no-check-certificate --post-data "action=newest_package&license=PANDORA_FREE&limit_count=1¤t_package=1&version=v5.1RC1&build=PC140625"
|
||||
wget https://artica.es/pandoraupdate6/server.php -O- --no-check-certificate --post-data "action=newest_package&license=PANDORA_FREE&limit_count=1¤t_package=1&version=v5.1RC1&build=PC140625"
|
||||
*/
|
||||
|
||||
$curlObj = curl_init();
|
||||
|
@ -520,4 +520,4 @@ function update_manager_get_current_package() {
|
|||
|
||||
return $current_update;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -15233,8 +15233,8 @@ msgstr ""
|
|||
#: ../../enterprise/load_enterprise.php:550
|
||||
msgid ""
|
||||
"Go to <a target=\"_blank\" "
|
||||
"href=\"http://artica.es/pandoraupdate5/request/index.php\">http://artica.es/p"
|
||||
"andoraupdate5/request/index.php</a>"
|
||||
"href=\"http://artica.es/pandoraupdate6/request/index.php\">http://artica.es/p"
|
||||
"andoraupdate6/request/index.php</a>"
|
||||
msgstr ""
|
||||
|
||||
#: ../../enterprise/load_enterprise.php:361
|
||||
|
|
|
@ -15195,8 +15195,8 @@ msgstr ""
|
|||
#: ../../enterprise/load_enterprise.php:550
|
||||
msgid ""
|
||||
"Go to <a target=\"_blank\" "
|
||||
"href=\"http://artica.es/pandoraupdate5/request/index.php\">http://artica.es/p"
|
||||
"andoraupdate5/request/index.php</a>"
|
||||
"href=\"http://artica.es/pandoraupdate6/request/index.php\">http://artica.es/p"
|
||||
"andoraupdate6/request/index.php</a>"
|
||||
msgstr ""
|
||||
|
||||
#: ../../enterprise/load_enterprise.php:361
|
||||
|
|
Loading…
Reference in New Issue