mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
9 lines
255 B
HTML
9 lines
255 B
HTML
{% call macros.panel("info", "Step 0 - Set root path") %}
|
|
<p>Before starting root path must be set</p>
|
|
|
|
<div class="form-group">
|
|
<label>Root path: </label>
|
|
<input class="form-control" type="text" name="root" placeholder="/mailu">
|
|
</div>
|
|
{% endcall %}
|