Ignore:
Timestamp:
12/10/10 10:20:48 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1408 - Modificado o layout da tela de enviar email do expresso mini.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/index.php

    r3268 r3571  
    1111        { 
    1212                //$location = 'Location: ' . $fwConstruct . 'login.php'; 
    13                 if ($_SERVER['HTTPS'] != 'on') 
    14                     { 
    15                         $aux = 'http://'; 
    16                     } 
    17                 else 
    18                     { 
    19                          $aux = 'https://'; 
    20                     } 
     13    if ($_SERVER['HTTPS'] != 'on') 
     14    { 
     15        $aux = 'http://'; 
     16    } 
     17    else 
     18    { 
     19                        $aux = 'https://'; 
     20    } 
    2121                Header('Location: ' . $aux . $fwConstruct . '/mobile/login.php'); 
    2222                exit; 
     
    3434        */ 
    3535 
    36         if(isset($_GET['menuaction'])) 
     36        if(isset($_REQUEST['menuaction'])) 
    3737        { 
    38                 list($mobileapp,$class,$method) = explode('.',@$_GET['menuaction']); 
     38                list($mobileapp,$class,$method) = explode('.',@$_REQUEST['menuaction']); 
    3939                if(! $mobileapp || ! $class || ! $method) 
    4040                { 
Note: See TracChangeset for help on using the changeset viewer.