Changeset 236

Show
Ignore:
Timestamp:
05/17/07 04:09:09
Author:
danfreak
Message:

"corrected CONFICURATION typo"

Files:

Legend:

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

    r231 r236  
    22 
    33/** 
    4  * CONFICURATION ARRAY FOR THE FreakAuth_light library 
     4 * CONFIGURATION ARRAY FOR THE FreakAuth_light library 
    55 * 
    66 * @package     FreakAuth_light 
     
    244244| Time (in seconds) that the autologin cookie remains valid. 
    245245| 
     246| !NOTE: not used so far. It's here for future REMEMBER ME  
     247|        implementation 
     248| 
    246249*/ 
    247250$config['FAL_auto_login_period'] = 60*60*24*30;