]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - admin.php
[BUGFIX] remove useless ob_flush
[jirafeau_mojo42.git] / admin.php
index 54fcde135df8c5ae21fd0d170598b2131d85ff82..e5ba8bd3fa2a774d690a26bfc433479522a6a4eb 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -1,7 +1,7 @@
 <?php
 /*
  *  Jirafeau, your web file repository
- *  Copyright (C) 2015  Jerome Jutteau <j.jutteau@gmail.com>
+ *  Copyright (C) 2015  Jerome Jutteau <jerome@jutteau.fr>
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU Affero General Public License as
@@ -277,7 +277,6 @@ if (php_sapi_name() == "cli") {
               $r = fopen(VAR_FILES . $p . $l['hash'], 'r');
               while (!feof($r)) {
                   print fread($r, 1024);
-                  ob_flush();
               }
               fclose($r);
           }

patrick-canterino.de