diff --git a/pandora_console/include/api.php b/pandora_console/include/api.php index 375bd072dd..e79e05bbb7 100644 --- a/pandora_console/include/api.php +++ b/pandora_console/include/api.php @@ -51,6 +51,9 @@ $correctLogin = false; $user_in_db = null; $no_login_msg = ""; +// Clean unwanted output +ob_clean(); + // Special call without checks to retrieve version and build of the Pandora FMS // This info is avalable from the web console without login // Don't change the format, it is parsed by applications