Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-23 00:04:25


Author: grafik
Date: 2007-10-23 00:04:25 EDT (Tue, 23 Oct 2007)
New Revision: 40329
URL: http://svn.boost.org/trac/boost/changeset/40329

Log:
Add access to web check results.
Text files modified:
   website/public_html/beta/development/webcheck_results.php | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/development/webcheck_results.php
==============================================================================
--- website/public_html/beta/development/webcheck_results.php (original)
+++ website/public_html/beta/development/webcheck_results.php 2007-10-23 00:04:25 EDT (Tue, 23 Oct 2007)
@@ -10,7 +10,6 @@
   if (preg_match('@[.](html|htm)$@i')) { header('Content-type: text/html'); }
   else if (preg_match('@[.](css)$@i')) { header('Content-type: text/css'); }
   else if (preg_match('@[.](js)$@i')) { header('Content-type: application/x-javascript'); }
- readfile("/home/grafik/www.boost.org/webcheck/".basename($p));
- echo "<!-- ",$p," -->";
+ readfile("/home/grafik/www.boost.org/testing/webcheck/".basename($p));
 }
 ?>
\ 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