From 6733ffadac7a450ceb29a754f0a669a6d86ef1eb Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Fri, 3 Mar 2006 21:47:06 +0100 Subject: umask/mode should not be commented out darcs-hash:20060303204706-19e2d-d7f95669aa1b703c31db1fe36e08b7368a49d337.gz --- conf/dokuwiki.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 3e15fa689..7bcd8bcbc 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -8,9 +8,9 @@ /* Datastorage and Permissions */ -#$conf['umask'] = 0002; //set the global umask -#$conf['fmode'] = 0666; //set file creation mode -#$conf['dmode'] = 0777; //set direction creation mode +$conf['umask'] = 0002; //set the global umask +$conf['fmode'] = 0666; //set file creation mode +$conf['dmode'] = 0777; //set direction creation mode $conf['lang'] = 'en'; //your language $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection -- cgit v1.2.3