X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/2b4714c704f8ca5567c85a26e9202d5c9b3550e4..1651878a5681bb9017a27e1f2c2d280378da25af:/admin.php?ds=inline diff --git a/admin.php b/admin.php index 54fcde1..e5ba8bd 100644 --- a/admin.php +++ b/admin.php @@ -1,7 +1,7 @@ + * Copyright (C) 2015 Jerome Jutteau * * 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); }