Make the changes from 6ccd2c5678 persistant

This commit is contained in:
Joas Schilling 2016-07-21 12:26:48 +02:00
parent 87eb86902f
commit 7b1951677e
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 6 additions and 6 deletions

View File

@ -414,7 +414,7 @@ $CONFIG = array(
* Both minimum and maximum times can be set together to explicitly define
* file and folder deletion. For migration purposes, this setting is installed
* initially set to "auto", which is equivalent to the default setting in
* ownCloud 8.1 and before.
* Nextloud.
*
* Available values:
*
@ -454,7 +454,7 @@ $CONFIG = array(
* Both minimum and maximum times can be set together to explicitly define
* version deletion. For migration purposes, this setting is installed
* initially set to "auto", which is equivalent to the default setting in
* ownCloud 8.1 and before.
* Nextloud.
*
* Available values:
*
@ -636,7 +636,7 @@ $CONFIG = array(
'customclient_android' =>
'https://play.google.com/store/apps/details?id=com.nextcloud.client',
'customclient_ios' =>
'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8',
'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8',
/**
* Apps
@ -1081,12 +1081,12 @@ $CONFIG = array(
'cipher' => 'AES-256-CFB',
/**
* The minimum ownCloud desktop client version that will be allowed to sync with
* The minimum Nextcloud 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 desktop
* by the server. Defaults to the minimum officially supported Nextcloud desktop
* client version at the time of release of this server version.
*
* When changing this, note that older unsupported versions of the ownCloud desktop
* When changing this, note that older unsupported versions of the Nextcloud desktop
* client may not function as expected, and could lead to permanent data loss for
* clients or other unexpected results.
*/