Last active
March 8, 2016 13:55
-
-
Save benmmurphy/21426d0090b2a271382f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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