codeigniter-recaptcha icon indicating copy to clipboard operation
codeigniter-recaptcha copied to clipboard

Fixes issue when fsockopen fails

Open maxiwheat opened this issue 12 years ago • 0 comments

If fsockopen failed, the script would continue and loop forever (while (!feof($fs))) filling the CodeIgniter Log File with errors. This modification fixes that problem.

maxiwheat avatar Apr 23 '13 13:04 maxiwheat