A comment about the view.php config
authorMarc MAURICE <dooblempub@positon.org>
Sun, 24 Oct 2010 22:14:56 +0000 (00:14 +0200)
committerMarc MAURICE <dooblempub@positon.org>
Sun, 24 Oct 2010 22:14:56 +0000 (00:14 +0200)
index.php

index 97f7e59..a05287d 100644 (file)
--- 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)
 {