- Could generate notices which corrupt files
- Does not seem to be effective
https://www.php.net/manual/en/function.ob-flush.php#109699
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
$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);
while (!feof($r)) {
$dec = mdecrypt_generic($m, fread($r, 1024));
print $dec;
while (!feof($r)) {
$dec = mdecrypt_generic($m, fread($r, 1024));
print $dec;
}
fclose($r);
/* Cleanup. */
}
fclose($r);
/* Cleanup. */
$r = fopen(VAR_FILES . $p . $link['hash'], 'r');
while (!feof($r)) {
print fread($r, 1024);
$r = fopen(VAR_FILES . $p . $link['hash'], 'r');
while (!feof($r)) {
print fread($r, 1024);
$r = fopen(VAR_FILES . $p . $link['hash'], 'r');
while (!feof($r)) {
print fread($r, 1024);
$r = fopen(VAR_FILES . $p . $link['hash'], 'r');
while (!feof($r)) {
print fread($r, 1024);