1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Make create.php reCAPTCHA support SSL

This commit is contained in:
8chan 2014-10-21 21:05:08 -07:00
parent 6e30bda41b
commit e53c9893b0

View File

@ -24,7 +24,7 @@ if (!$ayah){
if (!$cbRecaptcha){
$recapcha_html = '';
} else {
$recapcha_html = '<tr><th>reCaptcha</th><td>' . recaptcha_get_html($config['recaptcha_public']) . '</td></tr>';
$recapcha_html = '<tr><th>reCaptcha</th><td>' . recaptcha_get_html($config['recaptcha_public'], NULL, TRUE) . '</td></tr>';
}