Ignore:
Timestamp:
03/15/13 10:10:40 (11 years ago)
Author:
angelo
Message:

Ticket #3390 - Falha na verificacao da sessao ao entrar no modulo Expresso Admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/index.php

    r6444 r8017  
    99        *  option) any later version.                                                                                                            * 
    1010        \*************************************************************************************/ 
    11          
     11        $GLOBALS['phpgw_info'] = array(); 
     12        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'expressoAdmin1_2'; 
     13        include('../header.inc.php'); 
     14     
    1215        echo ' 
    1316            <link rel="Stylesheet" type="text/css" href="../prototype/plugins/jquery/jquery-ui.css" />                                   
     
    4447        '; 
    4548 
    46         $debug = false;  
     49    $debug = false;      
    4750        $time_start = microtime(true); 
    48  
    49         $GLOBALS['phpgw_info'] = array(); 
    50         $GLOBALS['phpgw_info']['flags']['currentapp'] = 'expressoAdmin1_2'; 
    51         include('../header.inc.php'); 
    52  
    5351        $c = CreateObject('phpgwapi.config','expressoAdmin1_2'); 
    5452        $c->read_repository(); 
Note: See TracChangeset for help on using the changeset viewer.