|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-10-23 00:02:11
Author: grafik
Date: 2007-10-23 00:02:11 EDT (Tue, 23 Oct 2007)
New Revision: 40328
URL: http://svn.boost.org/trac/boost/changeset/40328
Log:
Add access to web check results.
Text files modified:
website/public_html/beta/development/webcheck_results.php | 1 +
1 files changed, 1 insertions(+), 0 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:02:11 EDT (Tue, 23 Oct 2007)
@@ -11,5 +11,6 @@
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," -->";
}
?>
\ 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