diff options
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 5b4e560f4..d0b9461eb 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -67,7 +67,7 @@ function css_out(){ } // check cache age & handle conditional request - header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); + header('Cache-Control: public, max-age=3600'); header('Pragma: public'); if(css_cacheok($cache,array_keys($files))){ http_conditionalRequest(filemtime($cache)); |