Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-03-10 09:59:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-10 09:59:45 +0400
commit87a9269840d8a5e00761bb67e9066acae79114a1 (patch)
tree4dc11f19bb3b1c21fccb9cc1d944ac06b54530b9 /js/index.php
parentc1703a107774db816b5a65717ee1d9de394cffa4 (diff)
Remove comment
Diffstat (limited to 'js/index.php')
-rw-r--r--js/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/index.php b/js/index.php
index 6b03353492..5cf84667ac 100644
--- a/js/index.php
+++ b/js/index.php
@@ -29,8 +29,9 @@ require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
$file = '../piwik.js';
-// There is no cache buster parameter so we don't set Expires: header
+
$daysExpireFarFuture = 10;
+
ProxyHttp::serverStaticFile($file, "application/javascript; charset=UTF-8", $daysExpireFarFuture);
exit;