|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-10-09 11:50:44
Author: grafik
Date: 2007-10-09 11:50:44 EDT (Tue, 09 Oct 2007)
New Revision: 39845
URL: http://svn.boost.org/trac/boost/changeset/39845
Log:
Log access.
Text files modified:
website/public_html/beta/development/snap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/development/snap.php
==============================================================================
--- website/public_html/beta/development/snap.php (original)
+++ website/public_html/beta/development/snap.php 2007-10-09 11:50:44 EDT (Tue, 09 Oct 2007)
@@ -5,7 +5,7 @@
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
header('Content-type: text/plain');
-$file_handle = popen("ls -laF /var/log/httpd",'r');
+$file_handle = popen("ls -laF /tmp",'r');
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