main(); ob_end_flush(); printDebug($_COOKIE); } catch (Exception $e) { if($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) { throw $e; } else { error_log($e->getMessage(), 0); } } }