honor jpeg orientation
[bizou.git] / config.php
index 703626c..a4d29c9 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 define('THUMB_SIZE', 100);
+define('JPEG_QUALITY', '80');
 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.
 ?>