|
|
|
@ -52,7 +52,7 @@ class ReCaptcha
|
|
|
|
|
* |
|
|
|
|
* @param string $secret shared secret between site and ReCAPTCHA server. |
|
|
|
|
*/ |
|
|
|
|
public function __construct($secret) |
|
|
|
|
public function __construct($secret) |
|
|
|
|
{ |
|
|
|
|
if ($secret == null || $secret == "") { |
|
|
|
|
die("To use reCAPTCHA you must get an API key from <a href='" |
|
|
|
|