From f6e0e34061cd0ad2164f5b2010e111e08488fabb Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 17 Sep 2006 20:31:50 +0200 Subject: disable debugging by default darcs-hash:20060917183150-7ad00-1672f8ef23dc49b6cdfd43d29338dab6a14a928c.gz --- conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/dokuwiki.php') 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 */ -- cgit v1.2.3