[config.sample.php] set correct default value for skeletondirectory
This commit is contained in:
parent
7a0917e5b2
commit
fc064212b9
|
@ -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