summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-11-27 11:37:26 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-11-27 11:37:26 +0100
commit37c23632c35f0c77ba6e0f3ba98bfd53efa7ba0d (patch)
treed8f5f440197297ce4ffa00231e3f381d7eda49e6 /conf
parentad9bfc2d35566e0815820de21a664c6fb1c3c60a (diff)
downloadrpg-37c23632c35f0c77ba6e0f3ba98bfd53efa7ba0d.tar.gz
rpg-37c23632c35f0c77ba6e0f3ba98bfd53efa7ba0d.tar.bz2
added missing config metadata FS#2383
Translators need to add another string.
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 298c8e572..41f0fd566 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -18,6 +18,7 @@ $conf['dmode'] = 0755; //set directory creation mode
$conf['lang'] = 'en'; //your language
$conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
$conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
+$conf['cookiedir'] = ''; //Cookie path. Leave blank for using baseurl.
$conf['savedir'] = './data'; //where to store all the files
$conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
$conf['mediarevisions'] = 1; //enable/disable media revisions