From 3c6fb594a9b10f429adaab764604ca5e90852924 Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Mon, 25 Oct 2010 00:14:56 +0200 Subject: [PATCH] A comment about the view.php config --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.7.10.4