Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-08-27 01:45:18


Author: grafik
Date: 2007-08-27 01:45:16 EDT (Mon, 27 Aug 2007)
New Revision: 38980
URL: http://svn.boost.org/trac/boost/changeset/38980

Log:
Fix name.
Added:
   website/public_html/beta/development/snapshot.php
      - copied unchanged from r38979, /website/public_html/beta/development/snaphot.php
Removed:
   website/public_html/beta/development/snaphot.php

Deleted: website/public_html/beta/development/snaphot.php
==============================================================================
--- website/public_html/beta/development/snaphot.php 2007-08-27 01:45:16 EDT (Mon, 27 Aug 2007)
+++ (empty file)
@@ -1,16 +0,0 @@
-<?php
-/*
- Copyright 2007 Redshift Software, Inc.
- Distributed under the Boost Software License, Version 1.0.
- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-*/
-$branch=substr($_SERVER["PATH_INFO"],1);
-if ($branch)
-{
- header('Content-type: application/octet-stream');
- 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);
- pclose($file_handle);
-}
-?>
\ No newline at end of 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