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
This commit is contained in:
parent
9d0357e889
commit
60e849b8bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue