Change http:// links to https://

This commit is contained in:
RealRancor
2016-01-13 14:15:21 +01:00
parent 7af6a2154f
commit 5cef9fec02
23 changed files with 50 additions and 50 deletions

View File

@@ -55,7 +55,7 @@ App config
"appstoreenabled" => true,
/* URL of the appstore to use, server should understand OCS */
"appstoreurl" => "http://api.apps.owncloud.com/v1",
"appstoreurl" => "https://api.owncloud.com/v1",
/* Mode to use for sending mail, can be sendmail, smtp, qmail or php, see PHPMailer docs */
"mail_smtpmode" => "sendmail",