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:
authorrobocoder <anthon.pang@gmail.com>2010-06-22 02:36:37 +0400
committerrobocoder <anthon.pang@gmail.com>2010-06-22 02:36:37 +0400
commitfe11124202464319305358518916e7b918bf19bb (patch)
tree23fc53fa739ce40de2c8341928e60882251a2f43 /js/index.php
parent8bb9e2828f0a4c3b7414cebf268e3c06e3a78b5c (diff)
use defacto application/javascript instead of application/x-javascript
git-svn-id: http://dev.piwik.org/svn/trunk@2328 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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);