diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 07537de173..c934a7aea7 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -1607,7 +1607,7 @@ function config_update_config() 'port' => $config['history_db_port'], 'name' => $config['history_db_name'], 'user' => $config['history_db_user'], - 'pass' => $config['history_db_pass'], + 'pass' => io_output_password($config['history_db_pass']), ] );