Skip to content

Commit

Permalink
Removed session_cache_limiter() call to avoid issues with loading ass…
Browse files Browse the repository at this point in the history
…ets.
  • Loading branch information
Christian Achatz committed Mar 19, 2019
1 parent 2637a21 commit 84d5490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/media/actions/StreamMediaAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ public function run() {
$expiresDate = date('D, d M Y H:i:s \G\M\T', time() + $delta);
$response->setHeader(new HeaderImpl('Expires', '' . $expiresDate));

session_cache_limiter('none');

$response->send(false);

@readfile($filePath);
Expand Down

0 comments on commit 84d5490

Please sign in to comment.