diff options
Diffstat (limited to 'config')
-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 |