Guest User

Untitled

a guest
Dec 10th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <?php
  6. IF ($_POST["uname"]="<removed>" && $_POST["password"]="<removed>")
  7. echo "Logged in correctly. Passing information to browser...";
  8. else
  9. echo "Login credentials incorrect. Please go back and try again.";
  10. ?>
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment