diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-02-05 13:05:04 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-05 13:05:04 +0100 |
commit | 35e4acbc1fef8865e0c52dc93d82bb15b8e8b8ab (patch) | |
tree | 2eee8a94addff6c649571dc389c7935198938142 /apps/files_sharing/templates | |
parent | 7dde2c773f4efee0094176fe76b2c64f4f74a1ea (diff) | |
download | nextcloud-server-35e4acbc1fef8865e0c52dc93d82bb15b8e8b8ab.tar.gz nextcloud-server-35e4acbc1fef8865e0c52dc93d82bb15b8e8b8ab.zip |
Use HTTPS instead of HTTP
This is now supported by github.io
Diffstat (limited to 'apps/files_sharing/templates')
-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" |