From 98407a7ab8cdc6e868009187f47cc7768449a3c9 Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 26 Jun 2005 12:09:13 +0200 Subject: 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 --- conf/dokuwiki.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'conf/dokuwiki.php') 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 */ -- cgit v1.2.3