Changeset 249
- Timestamp:
- 05/26/07 16:34:33
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/libraries/Freakauth_light.php
r248 r249 223 223 // if http_referer is from an external site, 224 224 // 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')); 226 226 } 227 227 else
