Subversion Repositories taios

Rev

Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE HTML>
<html>
<head>
<title>NOT LolCats</title>
</head>
<body style="background-color: white;">
<?php

if ($_POST['pass1'] != 'Fortran' || $_POST['pass2'] != 'Chocolate' || $_POST['pass3'] != 'Foodz')
{
?>
<script type="text/javascript">
        document.location = "icecream.php";
</script>
<?php
        die();
}

?>
<!-- #include <cute.jpg> -->
<p><a href="444.php">A page that does exist</a></p>
<div id="form1">
<form action="love.php" method="POST">
What do we love? <input type="text" name="love" />
<input type="submit" />
</form>
</div>
</body>
</html>