Changeset 13527 for trunk/include


Ignore:
Timestamp:
Mar 10, 2012, 10:34:48 PM (12 years ago)
Author:
plg
Message:

feature 414 (yes, a 6 years old request): ability to define the list of
permitted characters in file/directory names for synchronization.

File:
1 edited

Legend:

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

    r13115 r13527  
    747747$conf['enable_synchronization'] = true;
    748748
     749// permitted characters for files/directoris during synchronization
     750$conf['sync_chars_regex'] = '/^[a-zA-Z0-9-_.]+$/';
     751
    749752// PEM url
    750753$conf['alternative_pem_url'] = '';
Note: See TracChangeset for help on using the changeset viewer.