Only allow GET and POST HTTP request and die otherwise.
[Project_webapp.git] / login.php
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e976fc9a3dc14a597f052234effa54b17156efa2 100644 (file)
--- a/login.php
+++ b/login.php
@@ -0,0 +1,6 @@
+<form action="index.php" method="post">
+ <input type="hidden" name="form" value="login" />
+ <p>Email : <input type="text" name="email" /></p>
+ <p>Mot de passe : <input type="text" name="password" /></p>
+ <p><input type="submit" value="OK"></p>
+</form>