diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-19 11:10:01 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-19 11:10:01 +0200 |
commit | 78e581d52a991a520b88db6b26bacac15eaa5c8e (patch) | |
tree | 7d8ebcf6d57230f45cfb747b7145b0bd5be15f3b | |
parent | 6adddb3095abc447c30fb3f8c46c26507895c660 (diff) | |
parent | fc064212b9ab34629967e507e73e84454dcba5de (diff) | |
download | nextcloud-server-78e581d52a991a520b88db6b26bacac15eaa5c8e.tar.gz nextcloud-server-78e581d52a991a520b88db6b26bacac15eaa5c8e.zip |
Merge pull request #17026 from owncloud/update-config.sample.php
[config.sample.php] set correct default value for skeletondirectory
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 87ca678ce2c..535b2c3a5cc 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -225,7 +225,7 @@ $CONFIG = array( * copied to the data directory of new users. Leave empty to not copy any * skeleton files. */ -'skeletondirectory' => '', +'skeletondirectory' => '/path/to/owncloud/core/skeleton', /** * The ``user_backends`` app (which needs to be enabled first) allows you to |