Browse Source

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

[config.sample.php] set correct default value for skeletondirectory
remotes/origin/poc-doctrine-migrations
Thomas Müller 11 years ago
parent
commit
78e581d52a
  1. 2
      config/config.sample.php

2
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

Loading…
Cancel
Save