Skip to content

Instantly share code, notes, and snippets.

@fkumro
Created June 12, 2009 14:54
Show Gist options
  • Save fkumro/128673 to your computer and use it in GitHub Desktop.
Save fkumro/128673 to your computer and use it in GitHub Desktop.
<?php
// store your private/public key
private $_recaptcha_private_key = 'YOUR PRIVATE KEY GOES HERE';
private $_recaptcha_public_key = 'YOUR PUBLIC KEY GOES HERE';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment