Changeset 249

Show
Ignore:
Timestamp:
05/26/07 16:34:33
Author:
grahack
Message:

fixed the '+' typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/libraries/Freakauth_light.php

    r248 r249  
    223223                        // if http_referer is from an external site, 
    224224                        // users are taken to the page defined in the config file 
    225 +                       redirect($this->CI->config->item('FAL_denied_from_ext_location')); 
     225                        redirect($this->CI->config->item('FAL_denied_from_ext_location')); 
    226226                    } 
    227227                    else