Ignore:
Timestamp:
Jun 16, 2013, 9:52:51 PM (11 years ago)
Author:
flop25
Message:

bug:2855
new otpion "inherit" for create_virtual_category(), and $confinheritance_by_default = false;
ToDo: album registred from Ftp

File:
1 edited

Legend:

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

    r22661 r23272  
    787787//TODO: Put this in admin and also manage .htaccess in #sites and upload folders
    788788$conf['original_url_protection'] = '';
     789
     790
     791// Default behaviour when a new album is created: should the new album inherit the group/user
     792// permissions from its parent? Note that config is only used for Ftp synchro,
     793// and if that option is not explicitly transmit when the album is created.
     794$conf['inheritance_by_default'] = false;
     795
    789796?>
Note: See TracChangeset for help on using the changeset viewer.