Added a config.php file
[bizou.git] / index.php
index 03989d6..c20a4dc 100644 (file)
--- a/index.php
+++ b/index.php
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-define('THUMB_SIZE', 100);
-define('DATA_DIR', 'data');
-define('IMAGES_DIR', 'images');
-define('USE_VIEWER', true); # if set to false, you can delete view.php
+require 'config.php';
 
 function getPreview($imgFile, $maxSize = THUMB_SIZE)
 {