Skip to content

Instantly share code, notes, and snippets.

@benmmurphy
Last active March 8, 2016 13:55
Show Gist options
  • Save benmmurphy/21426d0090b2a271382f to your computer and use it in GitHub Desktop.
Save benmmurphy/21426d0090b2a271382f to your computer and use it in GitHub Desktop.
<?php
if ($details["attempts"] >= MAX_VERIFY_ATTEMPTS) {
return "max_attempts";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment