|
|
@@ -125,7 +125,7 @@ $mail = 'mail@example.com';
|
|
|
|
|
|
// Create an instance of the mailhide component, passing it your public
|
|
|
// and private keys, as well as the mail address you want to hide
|
|
|
-$mailHide = new Zend_Service_ReCaptcha_Mailhide();
|
|
|
+$mailHide = new Zend_Service_ReCaptcha_MailHide();
|
|
|
$mailHide->setPublicKey($pubKey);
|
|
|
$mailHide->setPrivateKey($privKey);
|
|
|
$mailHide->setEmail($mail);
|
|
|
@@ -203,7 +203,7 @@ print($mailHide);
|
|
|
<programlisting language="php"><![CDATA[
|
|
|
// Create an instance of the mailhide component, passing it your public
|
|
|
// and private keys, as well as some configuration options
|
|
|
-$mailHide = new Zend_Service_ReCaptcha_Mailhide();
|
|
|
+$mailHide = new Zend_Service_ReCaptcha_MailHide();
|
|
|
$mailHide->setPublicKey($pubKey);
|
|
|
$mailHide->setPrivateKey($privKey);
|
|
|
$mailHide->setOptions(array(
|