Changeset 3102 for trunk/system/config/captcha.php
- Timestamp:
- 07/13/2008 05:26:17 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/captcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/captcha.php
r3080 r3102 13 13 * complexity - Difficulty level (0-10), usage depends on chosen style 14 14 * background - Path to background image file 15 * font - Path to font file 15 * fontpath - Path to font folder 16 * fonts - Font files 16 17 * promote - Valid response count threshold to promote user (FALSE to disable) 17 18 */ … … 23 24 'complexity' => 4, 24 25 'background' => '', 25 'font' => SYSPATH.'fonts/DejaVuSerif.ttf', 26 'fontpath' => SYSPATH.'fonts/', 27 'fonts' => array('DejaVuSerif.ttf'), 26 28 'promote' => FALSE, 27 29 );
