summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index bf81d8bc4..1b1c7d6c8 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -8,9 +8,9 @@
/* Datastorage and Permissions */
-$conf['umask'] = 0022; //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