Show
Ignore:
Timestamp:
07/09/2008 04:10:48 PM (5 months ago)
Author:
Geert
Message:

Follow-up to r3015

  • Added Captcha::factory()
  • Added a Captcha example, try it out
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/captcha.php

    r3015 r3016  
    88 * 
    99 * Group Options: 
    10  *  style           - Style driver 
     10 *  style           - Captcha type, e.g. basic, riddle 
    1111 *  width           - Width of the Captcha image 
    1212 *  height          - Height of the Captcha image 
     
    1919$config['default'] = array 
    2020( 
    21         'style'           => 'riddle', 
     21        'style'           => 'basic', 
    2222        'width'           => 150, 
    2323        'height'          => 50,