Team:Manchester/beta-access.php
From 2014.igem.org
<?PHP
// Check if code entered is valid $code = $_POST['code'];
if ($code == "Heh3_Ch@m0ne") { Header("Location: https://2014.igem.org/Team:Manchester");
} else { Header("Location: http://google.com");
}
?>