owntone-server/admin-root/config-update.html

20 lines
249 B
HTML

@include hdr.html@
<h1>Configuration Updated</h1>
<div class="stx">
<table>
<tr><th>Admin Password</th><td>@admin_pw@</td></tr>
<tr><th>MP3 Password</th><td>@password@</td></tr>
</table>
<br />
@SERVICE-STATUS@
</div>
@include ftr.html@