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

22 lines
321 B
HTML

@include hdr.html@
<h1>Configuration Updated</h1>
<div class="stx">
<TABLE>
<TR><TH>Web Root</TH><TD>@WEB_ROOT@</TD></TR>
<TR><TH>MP3 Dir</TH><TD>@MP3_DIR@</TD></TR>
<TR><TH>Port</TH><TD>@PORT@</TD></TR>
<TR><TH>Admin Password</TH><TD>@ADMIN_PW@</TD></TR>
</TABLE>
<BR>
@SERVICE-STATUS@
</div>
@include ftr.html@