From 92b83b77a91e8d0d82845ec6783c3a181068071d Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 29 Apr 2005 12:45:45 +0200 Subject: basedir option added #292 darcs-hash:20050429104545-9977f-ac44f6be6333965c96a5d3bca7acde9f610d4d78.gz --- conf/dokuwiki.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 444a18fdc..f5aabd189 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -12,12 +12,11 @@ $conf['umask'] = 0111; //set the umask for new files $conf['dmask'] = 0000; //directory mask accordingly $conf['lang'] = 'en'; //your language +$conf['basedir'] = ''; //relative dir to serveroot - blank for autodetection $conf['datadir'] = './data'; //where to store the data $conf['olddir'] = './attic'; //where to store old revisions $conf['mediadir'] = './media'; //where to store media files -$conf['mediaweb'] = 'media'; //access to media from the web $conf['changelog'] = './changes.log'; //change log -$conf['uploadtypes'] = 'gif|jpe?g|png|zip|pdf|tar(\.gz)?|tgz'; //regexp of allowed filetypes to upload /* Display Options */ -- cgit v1.2.3