changed files to more updated version
This commit is contained in:
6
dev_mvc/view/webcontent/content_signin.php
Normal file
6
dev_mvc/view/webcontent/content_signin.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<form action="./" method="post">
|
||||
<input type="text" placeholder="Email" name="email"><br>
|
||||
<input type="password" placeholder="password" name="password"><br>
|
||||
<input type="submit" value="Sign in">
|
||||
<input type="hidden" name="action" value="login">
|
||||
</form>
|
||||
Reference in New Issue
Block a user