Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-11-28 17:16:13 +0300
committerGitHub <noreply@github.com>2019-11-28 17:16:13 +0300
commit26a9a208d35be36569b40e27e05e551a06c4821e (patch)
tree89944e9985405e06490e41685edc6b5ca2c2ebe7 /install-instructions-server.php
parent02d603cac23beccdac99b4ad90d0fe3baffb59aa (diff)
no more SSL!
Diffstat (limited to 'install-instructions-server.php')
-rw-r--r--install-instructions-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-instructions-server.php b/install-instructions-server.php
index d5724865..a0389386 100644
--- a/install-instructions-server.php
+++ b/install-instructions-server.php
@@ -111,7 +111,7 @@
<div class="row">
<div class="col-md-6">
<h5><?php echo $l->t('Home/SME appliance');?></h5>
- <p><a class="hyperlink" target="_blank" href="https://www.hanssonit.se/">T&M Hansson IT AB</a> <?php echo $l->t('maintains a VM designed to be the easiest way for less technical users to get Nextcloud up and running. It builds on Ubuntu Linux and is fully set up and configured with a secure SSL/TLS connection.');?></p>
+ <p><a class="hyperlink" target="_blank" href="https://www.hanssonit.se/">T&M Hansson IT AB</a> <?php echo $l->t('maintains a VM designed to be the easiest way for less technical users to get Nextcloud up and running. It builds on Ubuntu Linux and is fully set up and configured with a secure TLS connection.');?></p>
<p><a class="button button--blue" href="https://www.hanssonit.se/nextcloud-vm/" target="_blank"><?php echo $l->t('Get Home/SME appliance<');?>/a></p>
<p><a class="hyperlink" href="https://github.com/nextcloud/vm" target="_blank"><?php echo $l->t('Find source here');?></a>.</p>
</div>