X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=image.php;h=dcc7d806d406ec3f3c2beb07839c65e39b88ca2c;hb=5d678429615e09956cf32958c601b15bc84df74f;hp=a134e658e88c4a6b28e1c4b5f05d39e55c899f13;hpb=ef3a8db1cc83e02a9f8933869d19f299f2abe72a;p=tt-rss.git diff --git a/image.php b/image.php index a134e658..dcc7d806 100644 --- a/image.php +++ b/image.php @@ -41,8 +41,6 @@ header("Content-type: image/png"); $stamp = gmdate("D, d M Y H:i:s", filemtime($filename)). " GMT"; header("Last-Modified: $stamp", true); - ob_clean(); // discard any data in the output buffer (if possible) - flush(); // flush headers (if possible) readfile($filename); } } else {