summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-09-17 20:31:50 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-09-17 20:31:50 +0200
commitf6e0e34061cd0ad2164f5b2010e111e08488fabb (patch)
tree43f96f216289189db7a5d7758b288529ba44d867 /conf/dokuwiki.php
parent523d7ea679fbee2ac23be781cc70a43e10997e54 (diff)
downloadrpg-f6e0e34061cd0ad2164f5b2010e111e08488fabb.tar.gz
rpg-f6e0e34061cd0ad2164f5b2010e111e08488fabb.tar.bz2
disable debugging by default
darcs-hash:20060917183150-7ad00-1672f8ef23dc49b6cdfd43d29338dab6a14a928c.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 972c4f57e..fb94f7502 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -19,7 +19,7 @@ $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['savedir'] = './data'; //where to store all the files
-$conf['allowdebug'] = 1; //make debug possible, disable after install! 0|1
+$conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
/* Display Options */