NOTE: you need to update checksum when you modify docuwiki.php --- docuwiki/conf/dokuwiki.php~ 2007-06-26 21:27:15.000000000 +0300 +++ docuwiki/conf/dokuwiki.php 2007-08-19 19:39:43.468686519 +0300 @@ -18,7 +18,7 @@ $conf['lang'] = 'en'; //your language $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect -$conf['savedir'] = './data'; //where to store all the files +$conf['savedir'] = '/var/lib/dokuwiki'; //where to store all the files $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1 /* Display Options */ --- dokuwiki/install.php~ 2007-08-19 19:43:02.000000000 +0300 +++ dokuwiki/install.php 2007-08-19 19:43:05.005347572 +0300 @@ -44,6 +44,7 @@ '2006-11-06' => 'b3a8af76845977c2000d85d6990dd72b', '2007-05-24' => 'd80f2740c84c4a6a791fd3c7a353536f', '2007-06-26' => 'b3ca19c7a654823144119980be73cd77', + '2007-06-26-pld' => 'aa124bdad96ae97f3b8c0643913b9cbf', );