diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
commit | 1d3e0272316696a8def74759b5e061d6b8387b5f (patch) | |
tree | 15f0bab5499312fe742bb4f326b12577a68b312e /conf | |
parent | 5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff) | |
download | rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.gz rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.bz2 |
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dokuwiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 2cbcf48b3..8655bd32d 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -15,6 +15,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 /* Display Options */ @@ -37,7 +38,6 @@ $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 */ |