This commit is contained in:
José González 2021-08-30 16:24:51 +02:00
parent b2a5e15c11
commit 215c0e3cc1
12 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -4273,7 +4273,7 @@ function get_product_name()
return $config['rb_product_name_alt'];
}
return 'Pandora FMS';
return 'Barivion';
}
return $stored_name;

View File

@ -2342,7 +2342,7 @@ function config_process_config()
}
if (!isset($config['custom_title_header'])) {
config_update_value('custom_title_header', __('Pandora FMS'));
config_update_value('custom_title_header', get_product_name());
}
if (!isset($config['custom_subtitle_header'])) {
@ -2350,7 +2350,7 @@ function config_process_config()
}
if (!isset($config['meta_custom_title_header'])) {
config_update_value('meta_custom_title_header', __('PandoraFMS Metaconsole'));
config_update_value('meta_custom_title_header', get_product_name().__('Metaconsole'));
}
if (!isset($config['meta_custom_subtitle_header'])) {
@ -2358,7 +2358,7 @@ function config_process_config()
}
if (!isset($config['custom_title1_login'])) {
config_update_value('custom_title1_login', __('PANDORA FMS'));
config_update_value('custom_title1_login', strtoupper(get_product_name()));
}
if (!isset($config['custom_title2_login'])) {
@ -2410,7 +2410,7 @@ function config_process_config()
}
if (!isset($config['meta_custom_title1_login'])) {
config_update_value('meta_custom_title1_login', __('PANDORA FMS NEXT GENERATION'));
config_update_value('meta_custom_title1_login', strtoupper(get_product_name()).' '.__('NEXT GENERATION'));
}
if (!isset($config['meta_custom_title2_login'])) {

File diff suppressed because one or more lines are too long