Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?
  2. $preusername = "oreos";
  3. $prepassword = "theclub";
  4. $username = $_POST['username'];
  5. $password = $_POST['password'];
  6.  
  7. if($username==$preusername && $password==$prepassword) {
  8. echo "<a href='tx2dev.php'>Click Here</a> to Continue"; }
  9. else { echo "fuck off you're wrong"; }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement