Changeset 26928 for trunk/include


Ignore:
Timestamp:
Jan 23, 2014, 8:29:42 PM (10 years ago)
Author:
mistic100
Message:

feature 3031: add $confsync_exclude_folders parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r26461 r26928  
    760760$conf['sync_chars_regex'] = '/^[a-zA-Z0-9-_.]+$/';
    761761
     762// folders name exluded during synchronization
     763$conf['sync_exclude_folders'] = array();
     764
    762765// PEM url (default is http://piwigo.org/ext)
    763766$conf['alternative_pem_url'] = '';
Note: See TracChangeset for help on using the changeset viewer.