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:
authormattpiwik <matthieu.aubry@gmail.com>2012-12-13 14:49:29 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-12-13 14:49:29 +0400
commit7a8a1e2f903c38081d6f5d5b20eeced1c990aa55 (patch)
treeef80b286bb846af91548fdb1fad17f5920c82e0b /plugins/Proxy
parentba98e0ee3a51d8cbc9f9250c9a4529930d667c72 (diff)
Fixing encoding
git-svn-id: http://dev.piwik.org/svn/trunk@7609 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index d4cab5d6e3..aab665d145 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -143,7 +143,7 @@ class Piwik_Proxy_Controller extends Piwik_Controller
{
die('Please check the &url= parameter: it should to be a valid URL');
}
-
+ @header('Content-Type: text/html; charset=utf-8');
echo '<html><head><meta http-equiv="refresh" content="0;url=' . $url . '" /></head></html>';
exit;