TLS/SSL instead of SSL
Hanno Böck

Hanno Böck commited on 2024-02-21 16:25:21
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -70,7 +70,7 @@ output(html_form('ftpusers_edit', 'save', 'id=' . $ftpuser['id'], '
70 70
   </tr>
71 71
   <tr>
72 72
     <td>Zugang aktivieren:</td>
73
-    <td><input type="checkbox" id="active" name="active" value="1" ' . $active . '/> auf Server ' . $whichserver . '<br/><input type="checkbox" id="forcessl" name="forcessl" value="1" ' . $forcessl . '/>&#160;<label for="forcessl">SSL-Verschlüsselung erforderlich<sup>*</sup></label></td>
73
+    <td><input type="checkbox" id="active" name="active" value="1" ' . $active . '/> auf Server ' . $whichserver . '<br/><input type="checkbox" id="forcessl" name="forcessl" value="1" ' . $forcessl . '/>&#160;<label for="forcessl">SSL/TLS-Verschlüsselung erforderlich<sup>*</sup></label></td>
74 74
   </tr>
75 75
   </table>
76 76
   <p><input type="submit" name="save" value="Speichern" /></p>
77 77