diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-05 14:31:40 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-05 14:31:40 +0100 |
commit | 0196f0e54643e3a0b17588cb9f4c54d7d73c5b29 (patch) | |
tree | 4adb4eb8c09e434939385377f49cd7752071455b /apps | |
parent | e15a120f83f9eaf910db12b7c478330623a71e72 (diff) | |
parent | 35e4acbc1fef8865e0c52dc93d82bb15b8e8b8ab (diff) | |
download | nextcloud-server-0196f0e54643e3a0b17588cb9f4c54d7d73c5b29.tar.gz nextcloud-server-0196f0e54643e3a0b17588cb9f4c54d7d73c5b29.zip |
Merge pull request #22157 from owncloud/use-https-instead-of-http
Use HTTPS instead of HTTP
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/templates/settings-personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/settings-personal.php b/apps/files_sharing/templates/settings-personal.php index 1b93084e547..c318943712f 100644 --- a/apps/files_sharing/templates/settings-personal.php +++ b/apps/files_sharing/templates/settings-personal.php @@ -31,7 +31,7 @@ if ($_['showShareIT']) { </button> </div> <button class="social-diaspora pop-up" - data-url='http://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'> + data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'> Diaspora </button> <button class="social-twitter pop-up" |