6 lines
256 B
PHP
6 lines
256 B
PHP
<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> |