Replaced deprecaded Expires headers by Cache-Control
[bizou.git] / index.php
index 32aa537..708a9e3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -79,7 +79,7 @@ else
 
 ///// template starts here /////
 header('Content-Type: text/html; charset=utf-8');
-header('Expires: '.gmdate('D, d M Y H:i:s \G\M\T', time() + 3600));
+header('Cache-Control: max-age=3600');
 
 require 'template.php';