From 25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Oct 2014 00:52:21 +0100 Subject: v4.2 Sortable table + other improvements. --- index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 85f22c7..ba776d9 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ require_once( dirname(__FILE__) . '/bootstrap.php'); ob_start('minify'); +session_set_cookie_params(SESSION_LIFETIME, '/', HOST, true, true); session_name(SESSION); session_start(); @@ -121,16 +122,17 @@ require_once 'static/header.php'; playFooter(); +include("static/piwik.html"); ?> magicHeader($html); +ob_clean(); echo $html; if ( ! $c->bypassCache && $_SERVER["REQUEST_METHOD"] == "GET" && $_SERVER["REDIRECT_STATUS"] == 200 ) { $c->setPageCache($token, $html, 3600); } +ob_end_flush(); -- cgit v1.2.3