summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
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 */