Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-18 18:48:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-06-19 12:08:34 +0300
commitfc064212b9ab34629967e507e73e84454dcba5de (patch)
treebb965820f37760b1c3668864a6899f13c588215a /config
parent7a0917e5b2c25b2d90e503e30a3016dbe06a780c (diff)
[config.sample.php] set correct default value for skeletondirectory
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
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