AlekseyKorzun / reCaptcha-PHP-5

Proper PHP 5 client for reCaptcha client
http://www.google.com/recaptcha/intro/index.html
Other
40 stars 26 forks source link

Add support for passing challenge/response manually #3

Closed flack closed 11 years ago

flack commented 11 years ago

This makes integrations into frameworks a bit easier. If no values are passed, then the values will be read from $_POST as before, so that there is no BC break.

Not sure if I got your coding style right, feel free to correct as needed.

AlekseyKorzun commented 11 years ago

Thanks for the pull request, made a minor comment as soon as you update it I will merge it.

Cheers!

flack commented 11 years ago

OK, I updated now as requested

AlekseyKorzun commented 11 years ago

Approved, thank you.