[xoops-cvslog 174] CVS update: xoops2jp/html

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2005年 6月 17日 (金) 00:54:16 JST


Index: xoops2jp/html/footer.php
diff -u xoops2jp/html/footer.php:1.2.6.1 xoops2jp/html/footer.php:1.2.6.1.2.1
--- xoops2jp/html/footer.php:1.2.6.1	Thu Mar 31 00:49:04 2005
+++ xoops2jp/html/footer.php	Fri Jun 17 00:54:16 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: footer.php,v 1.2.6.1 2005/03/30 15:49:04 onokazu Exp $
+// $Id: footer.php,v 1.2.6.1.2.1 2005/06/16 15:54:16 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -59,11 +59,12 @@
             ob_end_clean();
         }
         if (!headers_sent()) {
-            header('Content-Type:text/html; charset='._CHARSET);
-            header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
-            //header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
-            header('Cache-Control: private, no-cache');
-            header('Pragma: no-cache');
+            header('Content-Type:text/html; charset='._CHARSET);
+            header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
+            header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
+            header('Cache-Control: no-store, no-cache, must-revalidate');
+            header('Cache-Control: post-check=0, pre-check=0', false);
+            header('Pragma: no-cache');
         }
         $xoopsTpl->xoops_setCaching(0);
         $xoopsTpl->display($xoopsConfig['theme_set'].'/theme.html');


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る