mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"get usage statistic working with output_buffering = off"
This commit is contained in:
parent
e9eb83b9e2
commit
e40d0caaa3
@ -17,10 +17,14 @@
|
||||
$GLOBALS['egw_info'] = array(
|
||||
'flags' => array(
|
||||
'currentapp' => 'admin',
|
||||
'nonheader' => true,
|
||||
),
|
||||
);
|
||||
include('../header.inc.php');
|
||||
|
||||
admin_statistics::check();
|
||||
common::egw_header();
|
||||
|
||||
$GLOBALS['admin_tpl'] =& CreateObject('phpgwapi.Template',EGW_APP_TPL);
|
||||
$GLOBALS['admin_tpl']->set_file(
|
||||
Array(
|
||||
|
Loading…
Reference in New Issue
Block a user