Upgrade to Google's no CAPTCHA reCAPTCHA

Not tested this very well, but it seems to be working anyway…
This commit is contained in:
Tom Slominski
2015-01-31 00:01:01 +00:00
parent f5ac64c570
commit 1ff153dad9
7 changed files with 17 additions and 295 deletions

View File

@@ -48,7 +48,7 @@ ISQ::$social = array(
// reCAPTCHA API keys
// Get yourls from https://www.google.com/recaptcha/admin
ISQ::$recaptcha = array(
'public' => '',
'private' => ''
'sitekey' => '',
'secret' => ''
);
?>