Advertisement
Guest User

Untitled

a guest
May 9th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2. include "Security.php";
  3. //login();
  4. ?>
  5.  
  6. <fieldset>
  7. <legend>Log in</legend>
  8. <div align="center">
  9. <form method="post" action="">
  10. Username: <input name="USER"><br>
  11. Password: <input name="PASS" type="password"><br>
  12. <input type="submit">
  13. </form>
  14. </div>
  15. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement