Skip to content

Commit 9aa4373

Browse files
committed
Merge pull request #46 from sman591/recaptcha-https
Restored recaptcha support for HTTS
2 parents d85154e + cdbc22c commit 9aa4373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<?php
4747
require_once('recaptchalib.php');
4848
$publickey = "6LdMJeISAAAAAHnVuAK_3wMCEcOidQ_09yw0h-4a";
49-
echo recaptcha_get_html($publickey);
49+
echo recaptcha_get_html($publickey, null, true);
5050
?>
5151
<script type="text/javascript">
5252
(function() {

0 commit comments

Comments
 (0)