bizou/config.php

6 lines
96 B
PHP
Raw Normal View History

2010-12-12 22:49:01 +01:00
<?php
define('THUMB_SIZE', 100);
define('DATA_DIR', 'data');
define('IMAGES_DIR', 'images');
?>