Created
March 8, 2016 13:50
-
-
Save benmmurphy/a3ead0281030ce9f7a48 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 (hash_equals($token, $details["token"])) { | |
$_SESSION["verified_msisdn"] = $details["msisdn"]; | |
unset($_SESSION["msisdn_verification"]); | |
return TRUE; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment