Changeset 3031 for trunk/system/config/captcha.php
- Timestamp:
- 07/10/2008 11:06:23 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/captcha.php
r3028 r3031 8 8 * 9 9 * Group Options: 10 * style - Captcha type, e.g. basic, word, math, riddle10 * style - Captcha type, e.g. basic, alpha, word, math, 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' => ' basic',21 'style' => 'alpha', 22 22 'width' => 150, 23 23 'height' => 50,
