diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-04-20 21:08:45 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-04-20 21:08:45 +0200 |
commit | 21ad4400afdc6806268d1d8c07dd97dacbe99df6 (patch) | |
tree | ea42cd50922f6cd51e80c8e78bff1f6c22a8d28a /config/config.sample.php | |
parent | ed0b465cf9c2d4f257d8f1e2fabcd443f133ca38 (diff) | |
download | nextcloud-server-21ad4400afdc6806268d1d8c07dd97dacbe99df6.tar.gz nextcloud-server-21ad4400afdc6806268d1d8c07dd97dacbe99df6.zip |
Reword configuration text
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index a62438a20b2..45aaf6a107d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -800,11 +800,14 @@ $CONFIG = array( 'cipher' => 'AES-256-CFB', /** - * The minimum ownCloud desktop client version that is required to sync with - * this instance. Defaults to the official supported releases by ownCloud. - * - * When adjusting this please be aware of the fact that older versions may - * be buggy and for best user experience we recommend to not change this value. + * The minimum ownCloud desktop client version that will be allowed to sync with + * this server instance. All connections made from earlier clients will be denied + * by the server. Defaults to the minimum officially supported ownCloud version at + * the time of release of this server version. + * + * When changing this, note that older unsupported versions of the ownCloud desktop + * client may not function as expected, and could lead to permanent data loss for + * clients or other unexpected results. */ 'minimum.supported.desktop.version' => '1.7.0', |