Changeset 8763
- Timestamp:
- Jan 19, 2011, 3:00:38 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_upload.inc.php
r8728 r8763 595 595 function get_rotation_angle($source_filepath) 596 596 { 597 global $conf; 598 599 if (!$conf['upload_form_automatic_rotation']) 600 { 601 return null; 602 } 603 597 604 $rotation = null; 598 605 -
trunk/include/config_default.inc.php
r8757 r8763 762 762 $conf['alternative_pem_url'] = ''; 763 763 764 764 // based on the EXIF "orientation" tag, should we rotate photos added in the 765 // upload form or through pwg.images.addSimple web API method? 766 $conf['upload_form_automatic_rotation'] = true; 765 767 ?>
Note: See TracChangeset
for help on using the changeset viewer.