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.
2 parents d85154e + cdbc22c commit 9aa4373Copy full SHA for 9aa4373
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