phpMyAdmin recaptcha https不起作用

时间:2015-03-23 15:09:08

标签: https phpmyadmin recaptcha

phpMyAdmin中的Recaptcha适用于http://www.example.com/phpMyAdmin/index.php,但不适用于https://www.example.com/phpMyAdmin/index.php

Recaptcha not working on https获取提示,我在第106行的phpMyAdmin / libraries / plugins / auth / recaptchalib.php中将默认的$ use_ssl = false更改为true。

function recaptcha_get_html($ pubkey,$ error = null,$ use_ssl = true)

它有效!!

1 个答案:

答案 0 :(得分:0)

尝试取消注释

@foreach (var p in Model)
{
    <div id="projectList" class="col-lg-5">
        @Html.RadioButton("name", "1", false, new { onCLick = "ShowOption(this)", id = p.id.ToString() })
        @Html.Label(p.id.ToString(), p.name)
    </div>
}   

在php.ini中