Skip to content

Commit

Permalink
remove ob_end_clean
Browse files Browse the repository at this point in the history
  • Loading branch information
alexantr committed Jul 22, 2013
1 parent 824dec0 commit d5008e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ function show_image()
$size = strlen($image);
}

ob_end_clean();
if (function_exists('header_remove')) {
header_remove('Cache-Control');
header_remove('Pragma');
Expand Down

0 comments on commit d5008e8

Please sign in to comment.