Bernd Wurst commited on 2014-12-20 13:45:34
Zeige 1 geänderte Dateien mit 5 Einfügungen und 5 Löschungen.
... | ... |
@@ -182,13 +182,13 @@ $form .= " |
182 | 182 |
|
183 | 183 |
<h4 style=\"clear: right; margin-top: 3em;\">Allgemeine Optionen</h4> |
184 | 184 |
<div style=\"margin-left: 2em;\"> |
185 |
- <h5>SSL-Verschlüsselung</h5> |
|
185 |
+ <h5>Verschlüsselte Verbindung erzwingen</h5> |
|
186 | 186 |
<div style=\"margin-left: 2em;\"> |
187 | 187 |
<select name=\"ssl\" id=\"ssl\"> |
188 |
- <option value=\"none\" ".($vhost['ssl'] == NULL ? 'selected="selected"' : '')." >Normal</option> |
|
189 |
- ".($vhost['ssl'] == 'http' ? "<option value=\"http\" selected=\"selected\">kein SSL</option>" : '')." |
|
190 |
- ".($vhost['ssl'] == 'https' ? "<option value=\"https\" selected=\"selected\">nur SSL</option>" : '')." |
|
191 |
- <option value=\"forward\" ".($vhost['ssl'] == 'forward' ? 'selected="selected"' : '')." >Immer auf SSL umleiten</option> |
|
188 |
+ <option value=\"none\" ".($vhost['ssl'] == NULL ? 'selected="selected"' : '')." >Nein</option> |
|
189 |
+ ".($vhost['ssl'] == 'http' ? "<option value=\"http\" selected=\"selected\">kein SSL anbieten</option>" : '')." |
|
190 |
+ ".($vhost['ssl'] == 'https' ? "<option value=\"https\" selected=\"selected\">Konfiguration nur für SSL verwenden</option>" : '')." |
|
191 |
+ <option value=\"forward\" ".($vhost['ssl'] == 'forward' ? 'selected="selected"' : '')." >Ja, immer auf HTTPS umleiten</option> |
|
192 | 192 |
</select> <span id=\"hsts_block\" style=\"padding-top: 0.2em;\"> <label for=\"hsts\"><a title=\"Mit HSTS können Sie festlegen, dass eine bestimmte Website niemals ohne Verschlüsselung aufgerufen werden soll. Zudem werden Zertifikate strenger geprüft.\" href=\"http://de.wikipedia.org/wiki/Hypertext_Transfer_Protocol_Secure#HSTS\">HSTS</a>:</label> ".html_select('hsts_preset', $hsts_preset_values, $hsts_preset_value)." <span id=\"hsts_seconds\"><input type=\"text\" name=\"hsts\" id=\"hsts\" size=\"10\" style=\"text-align: right;\" value=\"{$hsts_value}\" /> Sekunden</span> |
193 | 193 |
</span> |
194 | 194 |
</div> |
195 | 195 |