phpcmsv9取消会员登录验证码
1 \phpcms\modules\member\index.php 查找“//判断验证码”下面4行代码: //判断验证码 $code = isset($_POST['code']) && trim($_ […]
1 \phpcms\modules\member\index.php 查找“//判断验证码”下面4行代码: //判断验证码 $code = isset($_POST['code']) && trim($_ […]
第一种: 将phpcms\modules\admin\index.php中 方法public_main()中的代码 system_information($data); 改成: echo "$data<script type=\"te […]