Quellcode durchsuchen

Switch to HTTPS

tags/v7.0.0alpha2
Lukas Reschke vor 10 Jahren
Ursprung
Commit
6babf90175
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      lib/private/defaults.php

+ 1
- 1
lib/private/defaults.php Datei anzeigen

@@ -29,7 +29,7 @@ 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->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");

Laden…
Abbrechen
Speichern