webserver interface nearly complete... allows custom auth and req dispatchers

This commit is contained in:
Ron Pedde
2003-10-19 20:03:54 +00:00
parent 4e7e48c6f4
commit 1aba1107cd
13 changed files with 1177 additions and 300 deletions

View File

@@ -0,0 +1,13 @@
<HTML>
<HEAD>
<TITLE>mt-daapd administration</TITLE>
</HEAD>
<BODY>
<h1>Configuration Updated</h1>
<B>Web Root:</B> @WEB_ROOT@<BR>
<B>Port:</B> @PORT@<BR>
<B>Admin Password:</B> @ADMINPW@
<HR>
<i>@RELEASE@</i>
</BODY>
</HTML>