大家可以帮帮我吗..
我想在我的注册表单中使用验证码。我使用带有 tank auth 的 Codeigniter 2.0,但是当我重新注册时验证码总是过期。
验证码坦克身份验证的此配置:
$config['captcha_path'] = 'captcha/';
$config['captcha_fonts_path'] = 'captcha/fonts/1.ttf';
$config['captcha_width'] = 200;
$config['captcha_height'] = 50;
$config['captcha_font_size'] = 18;
$config['captcha_grid'] = FALSE;
$config['captcha_expire'] = 180;
$config['captcha_case_sensitive'] = FALSE;