1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Forgot to include this in the previous commit for removing WEB_* settings from setup.

This commit is contained in:
Dimitri Huisman
2023-11-18 11:17:33 +00:00
parent e43fb69864
commit e7cf213da7

View File

@@ -9,7 +9,7 @@ bound to the internal IMAP and SMTP server for users to access their mailbox thr
the Web. By exposing a complex application such as a Webmail, you should be aware of the Web. By exposing a complex application such as a Webmail, you should be aware of
the security implications caused by such an increase of attack surface.<p> the security implications caused by such an increase of attack surface.<p>
<div class="form-group"> <div class="form-group">
<label>Enable Web email client (and path to the Web email client)</label> <label>Enable Web email client</label>
<br/> <br/>
<select class="btn btn-primary dropdown-toggle" name="webmail_type" id="webmail"> <select class="btn btn-primary dropdown-toggle" name="webmail_type" id="webmail">
{% for webmailtype in ["none", "roundcube", "snappymail"] %} {% for webmailtype in ["none", "roundcube", "snappymail"] %}
@@ -17,9 +17,6 @@ the security implications caused by such an increase of attack surface.<p>
{% endfor %} {% endfor %}
</select> </select>
<p></p> <p></p>
<div class="input-group">
<input class="form-control" type="text" name="webmail_path" id="webmail_path" style="display: none">
</div>
</div> </div>