diff options
Added REST-handler interface for the http server and changed the Admin Web front end to one.
Diffstat (limited to 'bin/login.htm')
-rw-r--r-- | bin/login.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/login.htm b/bin/login.htm index 2becee9..683af10 100644 --- a/bin/login.htm +++ b/bin/login.htm | |||
@@ -1,5 +1,5 @@ | |||
1 | <form action="javascript:setpass();" name="logon" id="logon"> | 1 | <form action="javascript:setpass();" name="logon" id="logon"> |
2 | <p> Admin PassWord: <input type="password" id="Adminpss" size="17" maxlength="34"> </P> | 2 | <p> Admin Password: <input type="password" id="Adminpss" size="17" maxlength="34"> </P> |
3 | <input type="button" name="button" value="Login" | 3 | <input type="button" name="button" value="Login" |
4 | onclick="javascript:setpass(this.parentNode);"> | 4 | onclick="javascript:setpass(this.parentNode);"> |
5 | </form> \ No newline at end of file | 5 | </form> \ No newline at end of file |