php Fat Free,如何使用验证码插件
我无法使用 Fat Free 提供的验证码插件,
请帮助我
F3::route ( 'GET /captcha',captcha);
function captcha(){
F3::captcha(100,100,8);
}
I can't use the Captcha plugin provided by Fat Free
Please help me
F3::route ( 'GET /captcha',captcha);
function captcha(){
F3::captcha(100,100,8);
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它应该是:
F3::route ('GET /captcha','captcha');
It should be:
F3::route ( 'GET /captcha','captcha');
修复如此简单!
http://techzinger.blogspot.com /2011/02/fat-free-framework-for.html?showComment=1298024374012#c4330544534362949394
Fix so easy!
http://techzinger.blogspot.com/2011/02/fat-free-framework-for.html?showComment=1298024374012#c4330544534362949394
让 F3 知道您的字体文件夹在哪里
我的 index.php 文件中有以下内容
Let F3 know where your fonts folder is
I have following in my index.php file