From e40d0caaa321df60cdf089af393d880ea72ecd87 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Nov 2009 14:55:38 +0000 Subject: [PATCH] "get usage statistic working with output_buffering = off" --- admin/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/index.php b/admin/index.php index 24bcd7c52f..157810a22e 100755 --- a/admin/index.php +++ b/admin/index.php @@ -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(