mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
feature:2826
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -755,9 +755,14 @@ $conf['enable_synchronization'] = true;
|
||||
// permitted characters for files/directoris during synchronization
|
||||
$conf['sync_chars_regex'] = '/^[a-zA-Z0-9-_.]+$/';
|
||||
|
||||
// PEM url
|
||||
// PEM url (default is http://piwigo.org/ext)
|
||||
$conf['alternative_pem_url'] = '';
|
||||
|
||||
// categories ID on PEM
|
||||
$conf['pem_plugins_category'] = 12;
|
||||
$conf['pem_themes_category'] = 10;
|
||||
$conf['pem_languages_category'] = 8;
|
||||
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user