diff options
author | plegall <plg@piwigo.org> | 2014-09-23 13:39:04 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-23 13:39:04 +0000 |
commit | 60e849b8bc1de4dc56b6b8baff74f9baafa1c160 (patch) | |
tree | 4d37ada408c72a599723f715bcae6df711356d2a | |
parent | 9d0357e889d603e769e9755fb07fb34334396b6e (diff) |
feature 3067: add pdf in conf.picture_ext to illustrate PDF representative generation
git-svn-id: http://piwigo.org/svn/trunk@29762 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 2b081f830..32cbe9916 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -60,7 +60,7 @@ $conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF'); // file_ext : file extensions (case sensitive) authorized $conf['file_ext'] = array_merge( $conf['picture_ext'], - array('tiff', 'tif', 'mpg','zip','avi','mp3','ogg') + array('tiff', 'tif', 'mpg','zip','avi','mp3','ogg','pdf') ); // top_number : number of element to display for "best rated" and "most |