From c17bc66aeb4cbbe4ec17b8b6b6ef9b3d66d89664 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 16 Jun 2013 19:52:51 +0000 Subject: 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 --- include/config_default.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/config_default.inc.php') 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 -- cgit v1.2.3