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:
Diffstat (limited to 'static/index.php')
-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>