From: Marc MAURICE Date: Sun, 24 Oct 2010 22:14:56 +0000 (+0200) Subject: A comment about the view.php config X-Git-Tag: v1.0~1 X-Git-Url: http://positon.org/gitweb/?p=bizou.git;a=commitdiff_plain;h=3c6fb594a9b10f429adaab764604ca5e90852924 A comment about the view.php config --- diff --git a/index.php b/index.php index 97f7e59..a05287d 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ define('THUMB_SIZE', 100); define('DATA_DIR', 'data'); define('IMAGES_DIR', 'images'); -define('USE_VIEWER', true); +define('USE_VIEWER', true); # if set to false, you can delete view.php function getPreview($imgFile, $maxSize = THUMB_SIZE) {