Skip to content

Commit cdbc22c

Browse files
committed
Restored recaptcha support for HTTPS
1 parent 842fe48 commit cdbc22c

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)