Only allow GET and POST HTTP request and die otherwise.
[Project_webapp.git] / login.php
CommitLineData
65fc0194
JB
1<form action="index.php" method="post">
2 <input type="hidden" name="form" value="login" />
265d1374
JB
3 <p>Email : <input type="text" name="email" /></p>
4 <p>Mot de passe : <input type="text" name="password" /></p>
5 <p><input type="submit" value="OK"></p>
6</form>