reCAPTCHA support

This commit is contained in:
Tom Slominski
2013-11-02 18:19:38 +00:00
parent c97d882872
commit e898da7e6c
4 changed files with 37 additions and 16 deletions

View File

@@ -43,4 +43,11 @@ ISQ::$social = array(
'plus' => 1,
'linkedin' => 1
);
// reCAPTCHA API keys
// Get yourls from https://www.google.com/recaptcha/admin
ISQ::$recaptcha = array(
'public' => '',
'private' => ''
);
?>