diff options
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 02a595f86..b2cb57e98 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -761,5 +761,7 @@ $conf['enable_synchronization'] = true; // PEM url $conf['alternative_pem_url'] = ''; - +// based on the EXIF "orientation" tag, should we rotate photos added in the +// upload form or through pwg.images.addSimple web API method? +$conf['upload_form_automatic_rotation'] = true; ?> |