We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842fe48 commit cdbc22cCopy full SHA for cdbc22c
1 file changed
contact.php
@@ -46,7 +46,7 @@
46
<?php
47
require_once('recaptchalib.php');
48
$publickey = "6LdMJeISAAAAAHnVuAK_3wMCEcOidQ_09yw0h-4a";
49
- echo recaptcha_get_html($publickey);
+ echo recaptcha_get_html($publickey, null, true);
50
?>
51
<script type="text/javascript">
52
(function() {
0 commit comments