]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - admin.php
[BUGFIX] remove useless ob_flush
[jirafeau_mojo42.git] / admin.php
index a42b20fa3dc68ec435768022a9b00c7dc4825b6b..e5ba8bd3fa2a774d690a26bfc433479522a6a4eb 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -277,7 +277,6 @@ if (php_sapi_name() == "cli") {
               $r = fopen(VAR_FILES . $p . $l['hash'], 'r');
               while (!feof($r)) {
                   print fread($r, 1024);
               $r = fopen(VAR_FILES . $p . $l['hash'], 'r');
               while (!feof($r)) {
                   print fread($r, 1024);
-                  ob_flush();
               }
               fclose($r);
           }
               }
               fclose($r);
           }

patrick-canterino.de