Skip to content

Commit beb0a36

Browse files
author
Daniel Hansson
authored
Webmin is pure HTTPS
1 parent fd3dcca commit beb0a36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/index.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,9 @@
121121
<h2>Access Webmin</h2>
122122

123123
<div class="information">
124-
<p>Use one of the following addresses, HTTPS is preferred:
124+
<p>Use the following address:
125125
<h3>
126126
<ul>
127-
<li><a href="http://<?=$_SERVER['SERVER_NAME'];?>:10000">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
128127
<li><a href="https://<?=$_SERVER['SERVER_NAME'];?>:10000">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
129128
</ul>
130129
</h3>

0 commit comments

Comments
 (0)