5 lines
96 B
PHP
5 lines
96 B
PHP
<?php
|
|
define('THUMB_SIZE', 100);
|
|
define('DATA_DIR', 'data');
|
|
define('IMAGES_DIR', 'images');
|
|
?>
|