summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorStefan Rado <owncloud@sradonia.net>2014-08-16 01:07:42 +0200
committerStefan Rado <owncloud@sradonia.net>2014-08-16 01:07:42 +0200
commitccc46be740264f3374834ece24a11e804924c180 (patch)
treeb8514dcff8173a24d9342a2abcd3b99a457736fc /config
parentc1272871a543dae6067b7fa2b5f3226f4cecbdc7 (diff)
downloadnextcloud-server-ccc46be740264f3374834ece24a11e804924c180.tar.gz
nextcloud-server-ccc46be740264f3374834ece24a11e804924c180.zip
Make skeleton directory configurable.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 402c84fe0c7..a0f3e0a4e72 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -222,6 +222,11 @@ $CONFIG = array(
*/
// "datadirectory" => "",
+/* The directory where the skeleton files are located. These files will be copied to the data
+ * directory of new users. Leave empty to not copy any skeleton files.
+ */
+// "skeletondirectory" => "",
+
/* Enable maintenance mode to disable ownCloud
If you want to prevent users to login to ownCloud before you start doing some maintenance work,
you need to set the value of the maintenance parameter to true.