bizou/config.php
2010-12-12 22:49:01 +01:00

6 lines
96 B
PHP

<?php
define('THUMB_SIZE', 100);
define('DATA_DIR', 'data');
define('IMAGES_DIR', 'images');
?>