Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv32489
Modified Files:
index.php
Log Message:
Missing semicolon on line 49, fixed.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** index.php 2001/02/16 04:43:07 1.11
--- index.php 2001/02/17 18:05:47 1.12
***************
*** 47,51 ****
// 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')
/////////////////////////////////////////////////////////////////////
--- 47,51 ----
// 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');
/////////////////////////////////////////////////////////////////////
|