diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-27 03:31:08 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-27 03:31:08 -0800 |
commit | 8abb80c64277524fadcbea875e2d559c339ef0b1 (patch) | |
tree | 449409310588eba49dfdbe10cd744199d859e2d6 /lib | |
parent | 7fe07e93fe4706962d2957d252b009513459d15e (diff) | |
parent | b048e7129a164bcd8d7849a63dd6e9e9fcd2f0ab (diff) | |
download | nextcloud-server-8abb80c64277524fadcbea875e2d559c339ef0b1.tar.gz nextcloud-server-8abb80c64277524fadcbea875e2d559c339ef0b1.zip |
Merge pull request #14565 from owncloud/more-https
Add more HTTPS endpoints
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/defaults.php b/lib/private/defaults.php index a3902ee80de..bb245092938 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -35,7 +35,7 @@ class OC_Defaults { $this->defaultiOSClientUrl = 'https://itunes.apple.com/us/app/owncloud/id543672169?mt=8'; $this->defaultiTunesAppId = '543672169'; $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=com.owncloud.android'; - $this->defaultDocBaseUrl = 'http://doc.owncloud.org'; + $this->defaultDocBaseUrl = 'https://doc.owncloud.org'; $this->defaultDocVersion = $version[0] . '.0'; // used to generate doc links $this->defaultSlogan = $this->l->t('web services under your control'); $this->defaultLogoClaim = ''; |