X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/3426456f3f8fcecd88b76f17f645b25969787f05..c3c7c86917d4c01c0cb2188dba77e4119788e81f:/script.php diff --git a/script.php b/script.php index 2cc716b..cd7cec6 100644 --- a/script.php +++ b/script.php @@ -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);