Changeset 219 for trunk/login.php


Ignore:
Timestamp:
03/11/08 15:27:49 (16 years ago)
Author:
niltonneto
Message:

Correção para forçar usuário "cair" na página inicial,
mesmo que ele tente acessar o /login.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/login.php

    r72 r219  
    2525        { 
    2626                include('./header.inc.php'); 
     27                // Force location to home, while logged in. 
     28                if(@$_COOKIE['sessionid']) 
     29                        $GLOBALS['phpgw']->redirect_link('/home.php'); 
    2730                if ($GLOBALS['phpgw_info']['server']['use_https'] > 0) 
    2831                { 
Note: See TracChangeset for help on using the changeset viewer.