diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index cec619f446..9c2629c183 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -254,7 +254,7 @@ echo '
'; echo '
'; if(file_exists (ENTERPRISE_DIR . "/load_enterprise.php")){ if($config['custom_title1_login']){ - echo strtoupper(io_safe_output($config['custom_title1_login'])); + echo io_safe_output($config['custom_title1_login']); } else{ echo __('WELCOME TO PANDORA FMS'); @@ -267,7 +267,7 @@ echo '