Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63897 - website/public_html/beta/common/code
From: daniel_james_at_[hidden]
Date: 2010-07-11 19:17:29


Author: danieljames
Date: 2010-07-11 19:17:28 EDT (Sun, 11 Jul 2010)
New Revision: 63897
URL: http://svn.boost.org/trac/boost/changeset/63897

Log:
Future date for raw files - should possibly do something similar for all files.
Text files modified:
   website/public_html/beta/common/code/boost_archive.php | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/common/code/boost_archive.php
==============================================================================
--- website/public_html/beta/common/code/boost_archive.php (original)
+++ website/public_html/beta/common/code/boost_archive.php 2010-07-11 19:17:28 EDT (Sun, 11 Jul 2010)
@@ -193,6 +193,7 @@
 
 function display_raw_file($unzip, $type) {
     header('Content-type: '.$type);
+ header('Expires: '.date(DATE_RFC2822, strtotime("+1 year")));
 
     // Since we're not returning a HTTP error for non-existant files,
     // might as well not bother checking for the file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk