mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user