]> git.p6c8.net - jirafeau.git/blobdiff - script.php
[BUGFIX] remove useless ob_flush
[jirafeau.git] / script.php
index 2cc716b7f48c36da21fe0407672d5cee8723f317..cd7cec60ad7ec74a5389b79816ce213cd1ac10ff 100644 (file)
@@ -198,7 +198,6 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES)
     $r = fopen(VAR_FILES . $p . $link['hash'], 'r');
     while (!feof($r)) {
         print fread($r, 1024);
-        ob_flush();
     }
     fclose($r);
 

patrick-canterino.de