Browse Source

Assets: caching

master
parent
commit
7be5a7ef13
  1. 1
      asset.php

1
asset.php

@ -40,4 +40,5 @@ else {
}
Header("Content-Type: {$mime_type}; charset=utf-8");
Header("Cache-Control: max-age=86400");
print $contents;
Loading…
Cancel
Save