--boundary_.oOo._ZFysKvYx0z2HmGZbQWSXCoQjOnVNZ+aq Content-Length: 1882 Content-Type: application/octet-stream X-File-MD5: eedf1789bc3a773544fa938b3ba3c86b X-File-Mtime: 1693143199 X-File-Path: /hosts/public/segurinfo.org/matomo/config.php $lastModified) { sendHeader(sprintf("%s 304 Not Modified", $_SERVER['SERVER_PROTOCOL'])); } else { sendHeader('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); sendHeader('Content-Type: application/javascript; charset=UTF-8'); // Silent fail: hide Warning in 'matomo.js' response if (empty($_GET) && empty($_POST)) { if ($path !== 'matomo.php') { $jsPath = 'piwik.js'; // for BC eg in case user uses an older version of Matomo } else { $jsPath = 'matomo.js'; } list($content, $httpStatus) = getHttpContentAndStatus($MATOMO_URL . $jsPath, $timeout, $user_agent); } else { list($content, $httpStatus) = getHttpContentAndStatus($MATOMO_URL . $filerequest, $timeout, $user_agent);