Ignore:
Timestamp:
09/28/12 11:28:02 (12 years ago)
Author:
alexandrecorreia
Message:

Ticket #3093 - Criando o resource AvailableServers?( Servidores disponíveis com o recurso REST).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.3-expresso-rest/prototype/adapters/ExpressoAdapter.php

    r7316 r7324  
    129129                if($this->getParam('auth') != null) { 
    130130                        list($sessionid, $kp3) = explode(":", $this->getParam('auth')); 
    131                         if($GLOBALS['phpgw']->session->verify($sessionid, $kp3)){                                                                        
     131                        if(!$GLOBALS['phpgw']->session->verify() && $GLOBALS['phpgw']->session->verify($sessionid, $kp3)){                                                                       
    132132                                return $sessionid; 
    133133                        } 
Note: See TracChangeset for help on using the changeset viewer.