summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-07 14:38:47 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-07 14:38:47 +0200
commit0fe32eee1316e6614c79709e88d9be62fc8252dd (patch)
treeb964f438a294d24713e9b301aa5a68841ea4ff19
parent21a54ba50f654aa582148c971e16be7ec6d4ce47 (diff)
parent6babf90175f624f04606a59c58a4c51040cc18f5 (diff)
downloadnextcloud-server-0fe32eee1316e6614c79709e88d9be62fc8252dd.tar.gz
nextcloud-server-0fe32eee1316e6614c79709e88d9be62fc8252dd.zip
Merge pull request #8083 from owncloud/fix-link-to-sync
Remove wrong whitespace from URL and use HTTPS
-rw-r--r--lib/private/defaults.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/defaults.php b/lib/private/defaults.php
index 79be211b82f..fca798568c5 100644
--- a/lib/private/defaults.php
+++ b/lib/private/defaults.php
@@ -29,8 +29,8 @@ class OC_Defaults {
$this->defaultEntity = "ownCloud"; /* e.g. company name, used for footers and copyright notices */
$this->defaultName = "ownCloud"; /* short name, used when referring to the software */
$this->defaultTitle = "ownCloud"; /* can be a longer name, for titles */
- $this->defaultBaseUrl = "http://owncloud.org";
- $this->defaultSyncClientUrl = " http://owncloud.org/sync-clients/";
+ $this->defaultBaseUrl = "https://owncloud.org";
+ $this->defaultSyncClientUrl = "https://owncloud.org/sync-clients/";
$this->defaultDocBaseUrl = "http://doc.owncloud.org";
$this->defaultSlogan = $this->l->t("web services under your control");
$this->defaultLogoClaim = "";