Changeset 3016 for trunk/system/config/captcha.php
- Timestamp:
- 07/09/2008 04:10:48 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/captcha.php
r3015 r3016 8 8 * 9 9 * Group Options: 10 * style - Style driver10 * style - Captcha type, e.g. basic, riddle 11 11 * width - Width of the Captcha image 12 12 * height - Height of the Captcha image … … 19 19 $config['default'] = array 20 20 ( 21 'style' => ' riddle',21 'style' => 'basic', 22 22 'width' => 150, 23 23 'height' => 50,
