Changeset 63

Show
Ignore:
Timestamp:
04/13/07 05:11:42
Author:
grahack
Message:

FAL: fixed the redirection if try to register but no registration allowed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/controllers/auth.php

    r62 r63  
    167167        if (!$this->config->item('FAL_allow_user_registration')) 
    168168        { 
    169                 redirect('auth/login', 'location'); 
     169                redirect('', 'location'); 
    170170        } 
    171171        //if they are allowed to register