summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-27 20:34:10 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-27 20:34:10 +0200
commitf42d1c75316f76b00c3e1b4ae7f890048ae1b117 (patch)
treedd8948778a2e8d01688377c4a32f00bd7436b4c2 /conf
parenta89b76cccd3c05c8ceb7ecc5e2cec8f606935c77 (diff)
downloadrpg-f42d1c75316f76b00c3e1b4ae7f890048ae1b117.tar.gz
rpg-f42d1c75316f76b00c3e1b4ae7f890048ae1b117.tar.bz2
option for disabling debug output
darcs-hash:20051027183410-7ad00-5ca48cf2d4058016f5cf07887d9eaa7b07a4043f.gz
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 87639ddd8..d12fb27fc 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -37,6 +37,7 @@ $conf['deaccent'] = 1; //convert accented chars to unaccented
$conf['useheading'] = 0; //use the first heading in a page as its name
$conf['refcheck'] = 1; //check for references before deleting media files
$conf['refshow'] = 0; //how many references should be shown, 5 is a good value
+$conf['allowdebug'] = 1; //make debug possible, disable after install! 0|1
/* Antispam Features */