Skip to content

Instantly share code, notes, and snippets.

@HFahlstedt
Last active February 28, 2018 15:32
Show Gist options
  • Save HFahlstedt/8488a56f188be60f2c07340df31829d0 to your computer and use it in GitHub Desktop.
Save HFahlstedt/8488a56f188be60f2c07340df31829d0 to your computer and use it in GitHub Desktop.
<?
include "includes/secret.inc";
  if(array_key_exists("submit", $_POST)) {
  if($secret == $_POST['secret']) {
  print "Access granted. The password for natas7 is <censored>";
  } else {
  print "Wrong secret";
  }
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment