File: phpbb/captcha/plugins/recaptcha.php
Unmodified
Added
Modified
Removed
Line 26 | Line 26 |
---|
var $challenge; var $response;
|
var $challenge; var $response;
|
// PHP4 Constructor function phpbb_recaptcha()
| /** * Constructor */ public function __construct()
|
{ global $request; $this->recaptcha_server = $request->is_secure() ? $this->recaptcha_server_secure : $this->recaptcha_server;
| { global $request; $this->recaptcha_server = $request->is_secure() ? $this->recaptcha_server_secure : $this->recaptcha_server;
|