Changeset 1635 for trunk/tools


Ignore:
Timestamp:
Dec 4, 2006, 11:08:35 PM (17 years ago)
Author:
rub
Message:

Fixed Issue ID 0000593: *.jpeg support in PWG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/create_listing_file.php

    r1546 r1635  
    3535// $conf['file_ext'] lists all extensions (case insensitive) allowed for
    3636// your PhpWebGallery installation
    37 $conf['file_ext'] = array('jpg','JPG','png','PNG','gif','GIF','mpg','zip',
     37$conf['file_ext'] = array('jpg','JPG','jpeg','JPEG',
     38                          'png','PNG','gif','GIF','mpg','zip',
    3839                          'avi','mp3','ogg');
    3940
    4041// $conf['picture_ext'] must be a subset of $conf['file_ext']
    41 $conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF');
     42$conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG',
     43                             'png','PNG','gif','GIF');
    4244
    4345// $conf['version'] is used to verify the compatibility of the generated
Note: See TracChangeset for help on using the changeset viewer.