honor jpeg orientation
[bizou.git] / config.php
1 <?php
2 define('THUMB_SIZE', 100);
3 define('JPEG_QUALITY', '80');
4 define('DATA_DIR', 'data');
5 define('IMAGES_DIR', 'images');
6 define('DATA_UMASK', 0002); # 0002: allow group to write for files created in data dir. change to 0022 to be more strict.
7 ?>