Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv11653
Modified Files:
index.php
Log Message:
Oops. I changed the directory for dbm files and committed it by
accident. Careless.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** index.php 2001/09/19 03:24:36 1.22
--- index.php 2001/09/19 03:44:53 1.23
***************
*** 110,114 ****
// Used by 'dba'
! 'directory' => "/tmp/delme",
'dba_handler' => 'gdbm', // Either of 'gdbm' or 'db2' work great for me.
//'dba_handler' => 'db2',
--- 110,114 ----
// Used by 'dba'
! 'directory' => "/tmp",
'dba_handler' => 'gdbm', // Either of 'gdbm' or 'db2' work great for me.
//'dba_handler' => 'db2',
|