diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b0a42d4ae..ecc0630aa 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -796,4 +796,7 @@ $conf['original_url_protection'] = ''; // and if that option is not explicitly transmit when the album is created. $conf['inheritance_by_default'] = false; -?>
\ No newline at end of file +// 'png' or 'jpg': your uploaded TIF photos will have a representative in +// JPEG or PNG file format +$conf['tiff_representative_ext'] = 'png'; +?> |