mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
cambio de dominio
This commit is contained in:
parent
7a85d0aee4
commit
219ca1914d
@ -71,7 +71,7 @@ check_pre_pandora () {
|
|||||||
check_repo_connection () {
|
check_repo_connection () {
|
||||||
execute_cmd "ping -c 2 8.8.8.8" "Checking internet connection"
|
execute_cmd "ping -c 2 8.8.8.8" "Checking internet connection"
|
||||||
execute_cmd "ping -c 2 firefly.artica.es" "Checking Community repo"
|
execute_cmd "ping -c 2 firefly.artica.es" "Checking Community repo"
|
||||||
execute_cmd "ping -c 2 support.artica.es" "Checking Enterprise repo"
|
execute_cmd "ping -c 2 support.pandorafms.com" "Checking Enterprise repo"
|
||||||
}
|
}
|
||||||
|
|
||||||
check_root_permissions () {
|
check_root_permissions () {
|
||||||
|
@ -146,8 +146,8 @@ if (isset($config['custom_support_url'])) {
|
|||||||
echo '<li>'.__('Support').'</li>';
|
echo '<li>'.__('Support').'</li>';
|
||||||
}
|
}
|
||||||
} else if (!$custom_conf_enabled) {
|
} else if (!$custom_conf_enabled) {
|
||||||
echo '<li id="li_margin_left"><a href="https://support.artica.es" target="_blank"><img src="'.$support_logo.'" alt="support"></a></li>';
|
echo '<li id="li_margin_left"><a href="https://support.pandorafms.com" target="_blank"><img src="'.$support_logo.'" alt="support"></a></li>';
|
||||||
echo '<li><a href="https://support.artica.es" target="_blank">'.__('Docs').'</li>';
|
echo '<li><a href="https://support.pandorafms.com" target="_blank">'.__('Docs').'</li>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</ul></div>';
|
echo '</ul></div>';
|
||||||
|
@ -2224,7 +2224,7 @@ function config_process_config()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_support_url'])) {
|
if (!isset($config['custom_support_url'])) {
|
||||||
config_update_value('custom_support_url', 'https://support.artica.es');
|
config_update_value('custom_support_url', 'https://support.pandorafms.com');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['rb_product_name'])) {
|
if (!isset($config['rb_product_name'])) {
|
||||||
@ -2240,7 +2240,7 @@ function config_process_config()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['meta_custom_support_url'])) {
|
if (!isset($config['meta_custom_support_url'])) {
|
||||||
config_update_value('meta_custom_support_url', 'https://support.artica.es');
|
config_update_value('meta_custom_support_url', 'https://support.pandorafms.com');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['meta_custom_logo'])) {
|
if (!isset($config['meta_custom_logo'])) {
|
||||||
|
@ -909,7 +909,7 @@ function install_step4()
|
|||||||
// $config["custom_title2_login_alt"] = "NEXT GENERATION";
|
// $config["custom_title2_login_alt"] = "NEXT GENERATION";
|
||||||
// $config["rb_product_name_alt"] = "Pandora FMS";
|
// $config["rb_product_name_alt"] = "Pandora FMS";
|
||||||
// $config["custom_docs_url_alt"] = "http://wiki.pandorafms.com/";
|
// $config["custom_docs_url_alt"] = "http://wiki.pandorafms.com/";
|
||||||
// $config["custom_support_url_alt"] = "https://support.artica.es";
|
// $config["custom_support_url_alt"] = "https://support.pandorafms.com";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1026,7 +1026,7 @@ function install_step4()
|
|||||||
// $config["custom_title2_login_alt"] = "NEXT GENERATION";
|
// $config["custom_title2_login_alt"] = "NEXT GENERATION";
|
||||||
// $config["rb_product_name_alt"] = "Pandora FMS";
|
// $config["rb_product_name_alt"] = "Pandora FMS";
|
||||||
// $config["custom_docs_url_alt"] = "http://wiki.pandorafms.com/";
|
// $config["custom_docs_url_alt"] = "http://wiki.pandorafms.com/";
|
||||||
// $config["custom_support_url_alt"] = "https://support.artica.es";
|
// $config["custom_support_url_alt"] = "https://support.pandorafms.com";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
----------Attention--------------------
|
----------Attention--------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user