summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-06-26 12:09:13 +0200
committerandi <andi@splitbrain.org>2005-06-26 12:09:13 +0200
commit98407a7ab8cdc6e868009187f47cc7768449a3c9 (patch)
tree81ff92e45a1ec0db93dadbbf24fbab1f17cea434 /conf/dokuwiki.php
parentd477fdcf1c8e21ef479942fe1d14acb7991d8a4a (diff)
downloadrpg-98407a7ab8cdc6e868009187f47cc7768449a3c9.tar.gz
rpg-98407a7ab8cdc6e868009187f47cc7768449a3c9.tar.bz2
directory cleanup
This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace. darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index f151a58e0..504c0ffdb 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -13,10 +13,7 @@ $conf['umask'] = 0111; //set the umask for new files
$conf['dmask'] = 0000; //directory mask accordingly
$conf['lang'] = 'en'; //your language
$conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
-$conf['datadir'] = './data/pages'; //where to store the data
-$conf['olddir'] = './data/attic'; //where to store old revisions
-$conf['mediadir'] = './data/media'; //where to store media files
-$conf['changelog'] = './data/changes.log'; //change log
+$conf['savedir'] = './data'; //where to store all the files
/* Display Options */