diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-06-12 10:15:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 10:15:48 +0200 |
commit | d37a8445470724eaac32631f76ebb199c7d881ed (patch) | |
tree | 0a9d71bb7e4034a6a61b5aadaa698ee49869fa4b /config | |
parent | edb5a4b49a1adb55f6da17b068d4edc5d7ba496a (diff) | |
download | nextcloud-server-d37a8445470724eaac32631f76ebb199c7d881ed.tar.gz nextcloud-server-d37a8445470724eaac32631f76ebb199c7d881ed.zip |
Add documentation to config.php for share_folder
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d7f9b217061..36429492bf6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1439,6 +1439,7 @@ $CONFIG = array( /** * Define a default folder for shared files and folders other than root. + * Changes to this value will only have effect on new shares. * * Defaults to ``/`` */ |