Merge pull request #17026 from owncloud/update-config.sample.php

[config.sample.php] set correct default value for skeletondirectory
This commit is contained in:
Thomas Müller 2015-06-19 11:10:01 +02:00
commit 78e581d52a
1 changed files with 1 additions and 1 deletions

View File

@ -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