summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/dokuwiki.php6
1 files 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