Guest User

Untitled

a guest
Mar 15th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?php
  2. include "config.php";
  3. include "index.php";
  4. ?>
  5. <head>
  6. <title> Insert Warrant </title>
  7. <link rel="stylesheet" href="style.css" type="text/css" />
  8. </head>
  9. <body>
  10. <div id="main">
  11. <?php
  12. if(!empty ($_SESSION['LoggedIn']) && !empty ($_SESSION ['Password']))
  13. {
  14. ?>
  15. <form method="post" action="step2" name="createwarrant" id="creeatewarrant">
  16. <fieldset>
  17. <label for="username">Username:</label><input type="text" name="username" id="username" /><br />
  18. <label for="password">Password:</label><input type="password" name="password" id="password" /><br />
  19. <input type="submit" name="cwarrant" id="login" value="cwarrant" />
  20. </fieldset>
  21. </form>
  22. </body>
Add Comment
Please, Sign In to add comment