Reword configuration text

This commit is contained in:
Lukas Reschke 2015-04-20 21:08:45 +02:00
parent ed0b465cf9
commit 21ad4400af
1 changed files with 7 additions and 4 deletions

View File

@ -800,11 +800,14 @@ $CONFIG = array(
'cipher' => 'AES-256-CFB', 'cipher' => 'AES-256-CFB',
/** /**
* The minimum ownCloud desktop client version that is required to sync with * The minimum ownCloud desktop client version that will be allowed to sync with
* this instance. Defaults to the official supported releases by ownCloud. * 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 adjusting this please be aware of the fact that older versions may * When changing this, note that older unsupported versions of the ownCloud desktop
* be buggy and for best user experience we recommend to not change this value. * 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', 'minimum.supported.desktop.version' => '1.7.0',