Skip to content

Commit

Permalink
MDL-33636 add more yui caching goodness
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jun 12, 2012
1 parent f8dfdb5 commit 84e1e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/yui_combo.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function combo_send_cached($content, $mimetype, $etag, $lastmodified) {
header('Last-Modified: '. gmdate('D, d M Y H:i:s', $lastmodified) .' GMT');
header('Expires: '. gmdate('D, d M Y H:i:s', time() + $lifetime) .' GMT');
header('Pragma: ');
header('Cache-Control: max-age='.$lifetime);
header('Cache-Control: public, max-age='.$lifetime);
header('Accept-Ranges: none');
header('Content-Type: '.$mimetype);
header('Etag: '.$etag);
Expand Down

0 comments on commit 84e1e04

Please sign in to comment.