mirror of
https://github.com/boostorg/website.git
synced 2026-01-27 19:32:16 +00:00
Log access.
[SVN r39844]
This commit is contained in:
11
development/snap.php
Normal file
11
development/snap.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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)
|
||||
*/
|
||||
header('Content-type: text/plain');
|
||||
$file_handle = popen("ls -laF /var/log/httpd",'r');
|
||||
fpassthru($file_handle);
|
||||
pclose($file_handle);
|
||||
?>
|
||||
Reference in New Issue
Block a user