mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 06:16:43 +01:00
Merged development into master
This commit is contained in:
commit
1d2d219a6a
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
|||
|
||||
$lastModified = filemtime($filename);
|
||||
|
||||
header('Last-Modified: ' . $lastModified);
|
||||
header('Cache-Control: max-age=' . (60 * 60 * 24 * 7));
|
||||
$response->header('Last-Modified', $lastModified);
|
||||
$response->header('Cache-Control', 'max-age=' . (60 * 60 * 24 * 7));
|
||||
|
||||
return $response;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue