Changeset 167

Show
Ignore:
Timestamp:
05/10/07 01:39:30
Author:
grahack
Message:

fixed font path for the captcha, now uses BASEPATH

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/config/freakauth_light.php

    r114 r167  
    8585$config['FAL_security_code_min'] = 5;           //min captcha length 
    8686$config['FAL_security_code_max'] = 5;           //max captcha length 
    87 $config['FAL_security_code_image_font'] = './system/fonts/Jester.ttf'; //captcha font location 
     87$config['FAL_security_code_image_font'] = BASEPATH.'fonts/Jester.ttf'; //captcha font location 
    8888$config['FAL_security_code_image_font_size'] = 20;                                      //Captcha font size 
    8989$config['FAL_security_code_image_font_color'] = '33CC33';                       //Captcha font color