Changeset 8017
- Timestamp:
- 03/15/13 10:10:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoAdmin1_2/index.php
r6444 r8017 9 9 * option) any later version. * 10 10 \*************************************************************************************/ 11 11 $GLOBALS['phpgw_info'] = array(); 12 $GLOBALS['phpgw_info']['flags']['currentapp'] = 'expressoAdmin1_2'; 13 include('../header.inc.php'); 14 12 15 echo ' 13 16 <link rel="Stylesheet" type="text/css" href="../prototype/plugins/jquery/jquery-ui.css" /> … … 44 47 '; 45 48 46 49 $debug = false; 47 50 $time_start = microtime(true); 48 49 $GLOBALS['phpgw_info'] = array();50 $GLOBALS['phpgw_info']['flags']['currentapp'] = 'expressoAdmin1_2';51 include('../header.inc.php');52 53 51 $c = CreateObject('phpgwapi.config','expressoAdmin1_2'); 54 52 $c->read_repository();
Note: See TracChangeset
for help on using the changeset viewer.