Changeset 6062


Ignore:
Timestamp:
04/27/12 15:23:02 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Corrigido rotina que efetua logout do usuário.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/core/LogoutResource.php

    r6019 r6062  
    77                 
    88                if($this-> isLoggedIn()) 
    9                 {       if (file_exists($GLOBALS['phpgw_info']['server']['temp_dir'].SEP.$_SESSION['phpgw_session']['session_id']))      
     9                {       if ($_SESSION['phpgw_session']['session_id'] && file_exists($GLOBALS['phpgw_info']['server']['temp_dir'].SEP.$_SESSION['phpgw_session']['session_id']))  
    1010                        { 
    1111                                $dh = opendir($GLOBALS['phpgw_info']['server']['temp_dir']. SEP . $_SESSION['phpgw_session']['session_id']); 
Note: See TracChangeset for help on using the changeset viewer.