Changeset 1969
- Timestamp:
- Apr 22, 2007, 12:18:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/tools/create_listing_file.php
r1937 r1969 41 41 $conf['prefix_thumbnail'] = 'TN-'; 42 42 43 // $conf['file_ext'] lists all extensions (case insensitive) allowed for your PhpWebGallery installation 44 $conf['file_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF','mpg','zip', 'avi','mp3','ogg'); 43 // $conf['file_ext'] lists all extensions (case insensitive) allowed 44 // for your PhpWebGallery installation 45 $conf['file_ext'] = array('jpg','JPG','jpeg','JPEG', 46 'png','PNG','gif','GIF','mpg','zip', 47 'avi','mp3','ogg'); 48 45 49 46 50 // $conf['picture_ext'] must be a subset of $conf['file_ext'] 47 $conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG','png','PNG','gif','GIF'); 51 $conf['picture_ext'] = array('jpg','JPG','jpeg','JPEG', 52 'png','PNG','gif','GIF'); 48 53 49 54 // ****** Time limitation functionality ****** // … … 56 61 // ****** EXIF support functionality ****** // 57 62 // $conf['use_exif'] set to true if you want to use Exif information 58 $conf['use_exif'] = false;63 $conf['use_exif'] = true; 59 64 60 65 // use_exif_mapping: same behaviour as use_iptc_mapping
Note: See TracChangeset
for help on using the changeset viewer.