diff --git a/pandora_console/include/functions_post_process.php b/pandora_console/include/functions_post_process.php index 78b6687785..a24e84e11f 100755 --- a/pandora_console/include/functions_post_process.php +++ b/pandora_console/include/functions_post_process.php @@ -30,7 +30,7 @@ function post_process_get_custom_values() { } else { $return = json_decode( - $config['post_process_custom_values'], true); + io_safe_output($config['post_process_custom_values']), true); } if (empty($return)) {