Skip to content

Commit

Permalink
Scorechart: Filer is not loaded for this page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Nov 4, 2023
1 parent d741e1e commit 1e4e645
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/p_scorechart.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ static function cacheable_headers() {
static function fail($status, $text, $cacheable) {
header("HTTP/1.0 {$status}");
header("Content-Type: text/plain; charset=utf-8");
if (!Filer::skip_content_length_header()) {
header("Content-Length: " . (strlen($text) + 2));
}
if ($cacheable) {
self::cacheable_headers();
}
Expand Down

0 comments on commit 1e4e645

Please sign in to comment.