2

Fat Freeが提供する Captcha プラグインを使用できません

私を助けてください

F3::route ( 'GET /captcha',captcha);

function captcha(){
    F3::captcha(100,100,8);
}
4

3 に答える 3

3

そのはず:

F3::route ( 'GET /captcha','captcha');

于 2011-02-22T05:22:28.253 に答える
1

簡単に直せます! http://techzinger.blogspot.com/2011/02/fat-free-framework-for.html?showComment=1298024374012#c4330544534362949394

于 2011-02-23T18:43:23.433 に答える
0

F3 にフォント フォルダの場所を知らせます

私は index.php ファイルに以下を持っています

define('ROOT',realpath(__dir__.'/../').'/');

F3::set('FONTS',ROOT.'fonts/');
于 2011-11-20T10:51:45.700 に答える