From e3505592ded9a7d63ab62b4f4a938ffa24fce106 Mon Sep 17 00:00:00 2001 From: wainstead Date: Wed, 19 Sep 2001 03:44:53 +0000 Subject: [PATCH] Oops. I changed the directory for dbm files and committed it by accident. Careless. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@564 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a41841fc8..11066b9cb 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ define ('PHPWIKI_VERSION', '1.3.0-jeffs-hacks'); require "lib/prepend.php"; -rcs_id('$Id: index.php,v 1.22 2001-09-19 03:24:36 wainstead Exp $'); +rcs_id('$Id: index.php,v 1.23 2001-09-19 03:44:53 wainstead Exp $'); ///////////////////////////////////////////////////////////////////// // @@ -109,7 +109,7 @@ $DBParams = array( //'prefix' => 'phpwiki_', // Used by 'dba' - 'directory' => "/tmp/delme", + 'directory' => "/tmp", 'dba_handler' => 'gdbm', // Either of 'gdbm' or 'db2' work great for me. //'dba_handler' => 'db2', //'dba_handler' => 'db3', // doesn't work at all for me.... -- 2.45.0