Added a config.php file
[bizou.git] / config.php
diff --git a/config.php b/config.php
new file mode 100644 (file)
index 0000000..703626c
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+define('THUMB_SIZE', 100);
+define('DATA_DIR', 'data');
+define('IMAGES_DIR', 'images');
+?>