Skip to content

Instantly share code, notes, and snippets.

@benmmurphy
Created March 8, 2016 13:48
Show Gist options
  • Save benmmurphy/c3d341282efac3a904da to your computer and use it in GitHub Desktop.
Save benmmurphy/c3d341282efac3a904da to your computer and use it in GitHub Desktop.
<?php
if (!isset($_SESSION["msisdn_verification"])) {
return "resend_token";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment