Replaced deprecaded Expires headers by Cache-Control
[bizou.git] / config.php
1 <?php
2 define('THUMB_SIZE', 100);
3 define('DATA_DIR', 'data');
4 define('IMAGES_DIR', 'images');
5 define('DATA_UMASK', 0002); # 0002: allow group to write for files created in data dir. change to 0022 to be more strict.
6 ?>