diff --git a/src/apps/vdimgck.php b/src/apps/vdimgck.php index 661ff1d0..f0a19947 100755 --- a/src/apps/vdimgck.php +++ b/src/apps/vdimgck.php @@ -149,6 +149,7 @@ function echo_validate_image($config = array()) header("Pragma:no-cache\r\n"); header("Cache-Control:no-cache\r\n"); header("Expires:0\r\n"); + ob_clean(); if (function_exists("imagejpeg")) { header("content-type:image/jpeg\r\n"); imagejpeg($im);