Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php $password = 'dog'; // Set your password here $pass = $_POST['pass']; // pass should be the name of the textfield. if ($password == $pass) { Header("Location: redirect.html"); } else { echo "Wrong password"; } ?> <html> <head></head> <body> Source: http://pastebin.com/raw.php?i=LhbR41bx
↧