Skip to content

Commit

Permalink
Update range request test mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Jan 31, 2025
1 parent 94e45f0 commit 54aebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ function tool_heartbeat_pluginfile($course, $cm, $context, $filearea, $args, $fo

// README is just safe content we know exist. Used in the range request check.
$file = "$CFG->dirroot/admin/tool/heartbeat/README.md";
readfile_accel($file, 'text/plain', true);
readfile_accel($file, 'text/markdown', true);
die;
}

0 comments on commit 54aebea

Please sign in to comment.