summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-03-04 01:14:33 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-03-04 01:14:33 +0100
commit56146e0d4b3dcb7513c647f22d147496aed617b7 (patch)
tree84278ab153879e705a9da1b3fe191cf6c4f51916 /conf
parent6733ffadac7a450ceb29a754f0a669a6d86ef1eb (diff)
downloadrpg-56146e0d4b3dcb7513c647f22d147496aed617b7.tar.gz
rpg-56146e0d4b3dcb7513c647f22d147496aed617b7.tar.bz2
make umask an empty string for system default
darcs-hash:20060304001433-7ad00-51931e5a0eccec14b63ef215b0fa535bb2484a29.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 7bcd8bcbc..227c08043 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -8,7 +8,7 @@
/* Datastorage and Permissions */
-$conf['umask'] = 0002; //set the global umask
+$conf['umask'] = ''; //set the global umask - empty for system default
$conf['fmode'] = 0666; //set file creation mode
$conf['dmode'] = 0777; //set direction creation mode