Added a config.php file
[bizou.git] / config.php
1 <?php
2 define('THUMB_SIZE', 100);
3 define('DATA_DIR', 'data');
4 define('IMAGES_DIR', 'images');
5 ?>