Show
Ignore:
Timestamp:
07/13/2008 05:26:17 AM (5 months ago)
Author:
OscarB
Message:

Captcha, updates to allow using multiple fonts

Files:
1 modified

Legend:

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

    r3080 r3102  
    1313 *  complexity - Difficulty level (0-10), usage depends on chosen style 
    1414 *  background - Path to background image file 
    15  *  font       - Path to font file 
     15 *  fontpath   - Path to font folder 
     16 *  fonts      - Font files 
    1617 *  promote    - Valid response count threshold to promote user (FALSE to disable) 
    1718 */ 
     
    2324        'complexity' => 4, 
    2425        'background' => '', 
    25         'font'       => SYSPATH.'fonts/DejaVuSerif.ttf', 
     26        'fontpath'   => SYSPATH.'fonts/', 
     27        'fonts'      => array('DejaVuSerif.ttf'), 
    2628        'promote'    => FALSE, 
    2729);