Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SheriSmith/460f63fc237029063efd2cd8c404e557 to your computer and use it in GitHub Desktop.
Save SheriSmith/460f63fc237029063efd2cd8c404e557 to your computer and use it in GitHub Desktop.
//$confirmation = $this->getConfirmation();
if (isset($_REQUEST['confirmation'])) {
$confirmation = $_REQUEST['confirmation'];
}
else {
$confirmation = $this->getPasswordConfirmation();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment