|
From: Geoffrey T. D. <da...@us...> - 2001-02-16 04:42:24
|
Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv7439
Modified Files:
index.php
Log Message:
Added support for creating our own NCSA style access_log's.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** index.php 2001/02/14 22:02:05 1.10
--- index.php 2001/02/16 04:43:07 1.11
***************
*** 45,48 ****
--- 45,52 ----
//$DisabledActions = array('dumpserial', 'loadfile');
+ // PhpWiki can generate an access_log (in "NCSA combined log" format)
+ // for you. If you want one, define this to the name of the log file.
+ define('ACCESS_LOG', '/tmp/wiki_access_log')
+
/////////////////////////////////////////////////////////////////////
//
|