Team:Manchester/beta-access.php

From 2014.igem.org

Revision as of 22:17, 14 August 2014 by TafMac (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<?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");
   }

?>