Merge pull request #17026 from owncloud/update-config.sample.php
[config.sample.php] set correct default value for skeletondirectory
This commit is contained in:
commit
78e581d52a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue