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)
它有效!!
答案 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中