mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
issue #302, simplify list of picture_ext
This commit is contained in:
parent
d58a24c882
commit
f2ac983891
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
// picture_ext : file extensions for picture file, must be a subset of
|
// picture_ext : file extensions for picture file, must be a subset of
|
||||||
// file_ext
|
// 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
|
// file_ext : file extensions (case sensitive) authorized
|
||||||
$conf['file_ext'] = array_merge(
|
$conf['file_ext'] = array_merge(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue