bizou/config.php

8 lines
248 B
PHP
Raw Permalink Normal View History

2010-12-12 22:49:01 +01:00
<?php
define('THUMB_SIZE', 100);
define('JPEG_QUALITY', '80');
2010-12-12 22:49:01 +01:00
define('DATA_DIR', 'data');
define('IMAGES_DIR', 'images');
2012-08-19 10:22:37 +02:00
define('DATA_UMASK', 0002); # 0002: allow group to write for files created in data dir. change to 0022 to be more strict.
2010-12-12 22:49:01 +01:00
?>