Branding
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 300 KiB After Width: | Height: | Size: 90 KiB |
|
@ -4273,7 +4273,7 @@ function get_product_name()
|
|||
return $config['rb_product_name_alt'];
|
||||
}
|
||||
|
||||
return 'Pandora FMS';
|
||||
return 'Barivion';
|
||||
}
|
||||
|
||||
return $stored_name;
|
||||
|
|
|
@ -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'])) {
|
||||
|
|