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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-05-06 20:40:29 +0300
committerGitHub <noreply@github.com>2018-05-06 20:40:29 +0300
commitbeb0a36f9bc4b8a8d6b1d419f0e3327c8b884065 (patch)
treec1a8c89b768a31b52bdb6146e9cf3368313b64cf
parentfd3dcca5e913f226cc51e9c405af834245d7e502 (diff)
Webmin is pure HTTPS13.0.2
-rw-r--r--static/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/index.php b/static/index.php
index 33166b59..5d2108e5 100644
--- a/static/index.php
+++ b/static/index.php
@@ -121,10 +121,9 @@
<h2>Access Webmin</h2>
<div class="information">
- <p>Use one of the following addresses, HTTPS is preferred:
+ <p>Use the following address:
<h3>
<ul>
- <li><a href="http://<?=$_SERVER['SERVER_NAME'];?>:10000">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
<li><a href="https://<?=$_SERVER['SERVER_NAME'];?>:10000">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
</ul>
</h3>