From e53c9893b0c4d953d152460da80b93f338bfe194 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 21 Oct 2014 21:05:08 -0700 Subject: [PATCH] Make create.php reCAPTCHA support SSL --- create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.php b/create.php index 43d3671e..e45c395a 100644 --- a/create.php +++ b/create.php @@ -24,7 +24,7 @@ if (!$ayah){ if (!$cbRecaptcha){ $recapcha_html = ''; } else { - $recapcha_html = 'reCaptcha' . recaptcha_get_html($config['recaptcha_public']) . ''; + $recapcha_html = 'reCaptcha' . recaptcha_get_html($config['recaptcha_public'], NULL, TRUE) . ''; }