diff options
Diffstat (limited to 'conf/dokuwiki.php')
-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 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 |