MDL-66493 filelib: readstring_accel should never use xsendfile

This commit is contained in:
Brendan Heywood
2019-10-24 21:30:46 +11:00
parent 9f997f9bd7
commit d6f5fbb720
3 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ if (null !== $logid) {
header("Content-Disposition: attachment; filename=\"{$filename}\"");
}
readstring_accel($log->output, 'text/plain', false);
readstring_accel($log->output, 'text/plain');
exit;
}