added the DATA_UMASK config option
[bizou.git] / config.php
index 703626c..f81eeeb 100644 (file)
@@ -2,4 +2,5 @@
 define('THUMB_SIZE', 100);
 define('DATA_DIR', 'data');
 define('IMAGES_DIR', 'images');
+define('DATA_UMASK', 0002); # 0002: allow group to write for files created in data dir. change to 0022 to be more strict.
 ?>