diff options
author | flop25 <flop25@piwigo.org> | 2013-06-16 19:52:51 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-16 19:52:51 +0000 |
commit | c17bc66aeb4cbbe4ec17b8b6b6ef9b3d66d89664 (patch) | |
tree | cee0b0443d131cf1fbd6cbc1f62c6070267d022e /include | |
parent | 272a55d377f104a03f3fd0d2cc3c0e8c6497e57b (diff) |
bug:2855
new otpion "inherit" for create_virtual_category(), and $conf['inheritance_by_default'] = false;
ToDo: album registred from Ftp
git-svn-id: http://piwigo.org/svn/trunk@23272 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 |