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:
Diffstat (limited to 'js/index.php')
-rw-r--r--js/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.php b/js/index.php
index 00f8b7b9fe..afba718085 100644
--- a/js/index.php
+++ b/js/index.php
@@ -75,7 +75,7 @@ if (file_exists($file) && function_exists('readfile')) {
} else {
header('Last-Modified: ' . $lastModified);
header('Content-Length: ' . filesize($file));
- header('Content-Type: application/x-javascript; charset=UTF-8');
+ header('Content-Type: application/javascript; charset=UTF-8');
if ($compressed) {
header('Content-Encoding: ' . $encoding);