Ignore:
Timestamp:
07/06/12 08:37:46 (12 years ago)
Author:
eduardow
Message:

Ticket #2607 - Acesso via Windows phone não redireciona página automaticamente.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/login.php

    r5926 r6731  
    3434                                $GLOBALS['phpgw']->redirect_link('/home.php'); 
    3535                        } 
     36 
    3637                } 
    3738                 
     
    8687                case browser::PLATFORM_NOKIA: 
    8788                case browser::PLATFORM_ANDROID: 
     89                case browser::PLATFORM_WINMOBILE:  
    8890                        $ifMobile = true;                                                
    8991                        break; 
     
    9395        { 
    9496                $GLOBALS['phpgw_info']['user']['preferences']['common']['lang'] = preg_replace("/\,.*/","",$GLOBALS['_SERVER']['HTTP_ACCEPT_LANGUAGE']); 
    95                 if( $_GET['cd'] == '66' ) 
    96                         $GLOBALS['phpgw']->redirect_link('/mobile/login.php?cd=66'); 
    97                 else 
    98                         $GLOBALS['phpgw']->redirect_link('/mobile/login.php'); 
     97                $GLOBALS['phpgw']->redirect_link('/mobile/login.php'); 
    9998        } 
    10099        else 
Note: See TracChangeset for help on using the changeset viewer.