diff options
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-x | 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 1cf2c22866a..373e6e6b216 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -339,4 +339,9 @@ $CONFIG = array( ), ), +/** + * define default folder for shared files and folders + */ +'share_folder' => '/', + ); |