A comment about the view.php config
This commit is contained in:
parent
7d1855a2fb
commit
3c6fb594a9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
define('THUMB_SIZE', 100);
|
define('THUMB_SIZE', 100);
|
||||||
define('DATA_DIR', 'data');
|
define('DATA_DIR', 'data');
|
||||||
define('IMAGES_DIR', 'images');
|
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)
|
function getPreview($imgFile, $maxSize = THUMB_SIZE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue