Changeset 4247


Ignore:
Timestamp:
05/06/11 14:49:06 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Complemento a r4200 que adiciona link para acesso a versão clássica

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/login.php

    r3621 r4247  
    4040                if(function_exists('CreateObject')) 
    4141                { 
     42                    if($_GET['dont_redirect_if_moble'] != 1) { 
    4243                        //detect if the user has a compatible browser, if don't have send him to expresso mini 
    4344                        $browser = CreateObject('phpgwapi.browser'); 
     
    5556                                        break; 
    5657                        } 
     58                    } 
    5759                         
    5860                        $GLOBALS['phpgw']->session = CreateObject('phpgwapi.sessions'); 
Note: See TracChangeset for help on using the changeset viewer.