This commit is contained in:
2018-04-29 21:55:39 -04:00
parent d8d248672b
commit 8884d1df83
9 changed files with 2824 additions and 35 deletions

5
authlogin/login.html Normal file
View File

@@ -0,0 +1,5 @@
<form method="post" action="loginInterface.php/">
<input name="username" value="admin"/>
<input name="password" value="admin"/>
<input type="submit" value="ok">
</form>