Changeset 63
- Timestamp:
- 04/13/07 05:11:42
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/controllers/auth.php
r62 r63 167 167 if (!$this->config->item('FAL_allow_user_registration')) 168 168 { 169 redirect(' auth/login', 'location');169 redirect('', 'location'); 170 170 } 171 171 //if they are allowed to register
