Ignore:
Timestamp:
10/08/13 16:20:46 (10 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoAdmin1_2/index.php

    r6444 r8232  
    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.