summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php3
1 files changed, 1 insertions, 2 deletions
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 */