issue #302, simplify list of picture_ext

This commit is contained in:
plegall 2017-04-07 15:27:40 +02:00
parent d58a24c882
commit f2ac983891

View file

@ -55,7 +55,7 @@
// picture_ext : file extensions for picture file, must be a subset of
// file_ext
$conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF');
$conf['picture_ext'] = array('jpg','jpeg','png','gif');
// file_ext : file extensions (case sensitive) authorized
$conf['file_ext'] = array_merge(