|
|
|
@ -55,7 +55,7 @@ class OC_Defaults { |
|
|
|
|
$this->defaultName = 'Nextcloud'; /* short name, used when referring to the software */ |
|
|
|
|
$this->defaultTitle = 'Nextcloud'; /* can be a longer name, for titles */ |
|
|
|
|
$this->defaultBaseUrl = 'https://nextcloud.com'; |
|
|
|
|
$this->defaultSyncClientUrl = 'https://nextcloud.com/install'; |
|
|
|
|
$this->defaultSyncClientUrl = 'https://nextcloud.com/install/#install-clients'; |
|
|
|
|
$this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8'; |
|
|
|
|
$this->defaultiTunesAppId = '1125420102'; |
|
|
|
|
$this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.nextcloud.client'; |
|
|
|
|