X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=image.php;h=dcc7d806d406ec3f3c2beb07839c65e39b88ca2c;hb=522e8b3500ac9e2007ef8862292cb7d25f4c22d2;hp=a134e658e88c4a6b28e1c4b5f05d39e55c899f13;hpb=c26b93aba509726843a3c1a458f76a24043e6aa6;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 {