Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0安装后,验证码不显示 #22

Open
tommcy opened this issue Aug 20, 2020 · 2 comments
Open

3.0安装后,验证码不显示 #22

tommcy opened this issue Aug 20, 2020 · 2 comments

Comments

@tommcy
Copy link

tommcy commented Aug 20, 2020

3.0安装后,验证码不显示
是否可以告之,需要用到哪些扩展,什么版本的php,万分感谢 。

@hackercarl
Copy link

一个简单的解决方案:
打开/data/www/meiu/core/core.php
注释掉 define('MAGIC_GPC',get_magic_quotes_gpc()); 这一行
添加 define('MAGIC_GPC',false);

@tgguan
Copy link

tgguan commented Dec 28, 2022

修改core\class\captcha.class.php中
'seed' => "1111",//验证码种子
然后验证码输入1111就可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants