diff --git a/action.php b/action.php index 1d6b23c8c..3b071bc68 100644 --- a/action.php +++ b/action.php @@ -220,7 +220,9 @@ if (ini_get('safe_mode') == 0) { @set_time_limit(0); } - +// Without clean and flush there may be some image download problems, or image can be corrupted after download +ob_clean(); +flush(); @readfile($file); -?> \ No newline at end of file +?>