MDL-66493 filelib: readstring_accel should never use xsendfile
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user