Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-08-27 02:19:42


Author: grafik
Date: 2007-08-27 02:19:41 EDT (Mon, 27 Aug 2007)
New Revision: 38982
URL: http://svn.boost.org/trac/boost/changeset/38982

Log:
More accurate mime-type.
Text files modified:
   website/public_html/beta/development/snapshot.php | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/development/snapshot.php
==============================================================================
--- website/public_html/beta/development/snapshot.php (original)
+++ website/public_html/beta/development/snapshot.php 2007-08-27 02:19:41 EDT (Mon, 27 Aug 2007)
@@ -7,7 +7,7 @@
 $branch=substr($_SERVER["PATH_INFO"],1);
 if ($branch)
 {
- header('Content-type: application/octet-stream');
+ header('Content-type: application/x-gtar');
   header('Content-Disposition: attachment; filename="boost-snapshot.tar.bz2"');
   $file_handle = popen("/home/grafik/www.boost.org/boost_svn_export_archive.sh ".$branch,'rb');
   fpassthru($file_handle);


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