Ignore:
Timestamp:
08/28/13 11:38:06 (11 years ago)
Author:
angelo
Message:

Ticket #3483 - Falha de autenticacao no Expresso Mobile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/index.php

    r7655 r8206  
    6969 
    7070        if(     array_key_exists('expressoMail1_2',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 
    71                 array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 
    72                 array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE) { 
     71                array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE /*|| 
     72                array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE*/) { 
    7373                        $GLOBALS['phpgw']->session->phpgw_setcookie('lem', null); 
    7474                        $GLOBALS['phpgw']->session->phpgw_setcookie('pem', null);                        
Note: See TracChangeset for help on using the changeset viewer.