Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include "Security.php";
- //login();
- ?>
- <fieldset>
- <legend>Log in</legend>
- <div align="center">
- <form method="post" action="">
- Username: <input name="USER"><br>
- Password: <input name="PASS" type="password"><br>
- <input type="submit">
- </form>
- </div>
- </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement