diff options
author | plegall <plg@piwigo.org> | 2015-12-20 21:00:28 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-12-20 21:00:28 +0100 |
commit | 6e2a4495bfa576fc1c08ed1ec586d6eb4a4ad5d8 (patch) | |
tree | e974ca5d64b20c59052935354a7eac33ced89385 | |
parent | e7183e91d9c7fd84ae21a7f59926824ec6c78d9e (diff) |
feature #379, multiple format, add psd file extension by default
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index dc8a47183..eafb9d5a9 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -68,7 +68,7 @@ $conf['enable_formats'] = false; // format_ext : file extensions for formats, ie additional versions of a // photo (or nay other file). Formats are in sub-directory pwg_format. -$conf['format_ext'] = array('cr2', 'tif', 'tiff', 'nef', 'dng', 'ai'); +$conf['format_ext'] = array('cr2', 'tif', 'tiff', 'nef', 'dng', 'ai', 'psd'); // top_number : number of element to display for "best rated" and "most // visited" categories |