diff options
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 5 |
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 */ |