diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 5f3f33dfa41..62a3308c21e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1486,6 +1486,11 @@ $CONFIG = [ 'sharing.force_share_accept' => false, /** + * Set to false to prevent users from setting a custom share_folder + */ +'sharing.allow_custom_share_folder' => true, + +/** * Set to false to stop sending a mail when users receive a share */ 'sharing.enable_share_mail' => true, |