Changeset 2674 for trunk/login.php


Ignore:
Timestamp:
04/30/10 12:21:35 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Criando persistência da última requisicao a ser recuperada no reload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/login.php

    r1742 r2674  
    5151        { 
    5252                include('./header.inc.php'); 
    53                 // Force location to home, while logged in. 
     53 
    5454                $GLOBALS['sessionid'] = @$_GET['sessionid'] ? $_GET['sessionid'] : @$_COOKIE['sessionid']; 
     55 
    5556                if(isset($GLOBALS['sessionid']) && $_GET['cd'] != 10) 
    56                         $GLOBALS['phpgw']->redirect_link('/home.php'); 
     57                        $GLOBALS['phpgw']->redirect_link('/'); 
     58 
    5759                if ($GLOBALS['phpgw_info']['server']['use_https'] > 0) 
    5860                { 
Note: See TracChangeset for help on using the changeset viewer.