Only allow GET and POST HTTP request and die otherwise.
[Project_webapp.git] / login.php
1 <form action="index.php" method="post">
2 <input type="hidden" name="form" value="login" />
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>