X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/3426456f3f8fcecd88b76f17f645b25969787f05..a916c325ea4dac39af4941d4a1fcd0c755c0edda:/script.php?ds=sidebyside 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);