feature 3031: add $conf['sync_exclude_folders'] parameter

git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-01-23 19:29:42 +00:00
parent e255abf3e2
commit 63f3531059
2 changed files with 16 additions and 7 deletions
+3
View File
@@ -759,6 +759,9 @@ $conf['enable_synchronization'] = true;
// permitted characters for files/directoris during synchronization
$conf['sync_chars_regex'] = '/^[a-zA-Z0-9-_.]+$/';
// folders name exluded during synchronization
$conf['sync_exclude_folders'] = array();
// PEM url (default is http://piwigo.org/ext)
$conf['alternative_pem_url'] = '';