bizou/config.php
Marc MAURICE 61e81e087e honor jpeg orientation
fixed bad thumb generation in case of wrong permission
added jpeg quality config
2015-04-03 20:28:14 +02:00

8 lines
248 B
PHP

<?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.
?>