diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 9f812450b..8816e8a42 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -786,4 +786,11 @@ $conf['max_requests']=3; // one of '', 'images', 'all' //TODO: Put this in admin and also manage .htaccess in #sites and upload folders $conf['original_url_protection'] = ''; + + +// Default behaviour when a new album is created: should the new album inherit the group/user +// permissions from its parent? Note that config is only used for Ftp synchro, +// and if that option is not explicitly transmit when the album is created. +$conf['inheritance_by_default'] = false; + ?>
\ No newline at end of file |