<?php
if (hash("md5"$_GET["thekey"]) == $_GET["thekey"]){
  echo 
getenv('FLAG');
}
echo 
highlight_file(__FILE__true);
?>