A comment about the view.php config

This commit is contained in:
Marc MAURICE 2010-10-25 00:14:56 +02:00
parent 7d1855a2fb
commit 3c6fb594a9

View file

@ -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)
{