appleboy / CodeIgniter-reCAPTCHA

reCAPTCHA library for CodeIgniter
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
106 stars 80 forks source link

file_get_contents() disabled fallback #9

Closed AffinityOps closed 5 years ago

AffinityOps commented 6 years ago

For servers with features turned off due to security issues. With file_get_contents() disabled the script will fail right away after submitting your form. Now by using curl function will solve the issues if allow_url_fopen is disabled.