Changeset 3080 for trunk/system/config/captcha.php
- Timestamp:
- 07/11/2008 01:30:46 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/captcha.php
r3046 r3080 14 14 * background - Path to background image file 15 15 * font - Path to font file 16 * promote - Valid response count threshold to promote user (FALSE to disable) 16 17 */ 17 18 $config['default'] = array … … 23 24 'background' => '', 24 25 'font' => SYSPATH.'fonts/DejaVuSerif.ttf', 26 'promote' => FALSE, 25 27 );
