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>2010-11-26 00:14:22 +0300
committermattpiwik <matthieu.aubry@gmail.com>2010-11-26 00:14:22 +0300
commit587cf47761e63573702bad278a4be0391717f34e (patch)
tree599491a6910e09d66b92e75d0bfe93fb813ba825 /plugins/ExamplePlugin
parentd0d2599f473fe43614bbba6e9c15e113f782ef41 (diff)
Refs #1711 - simplifying code: now homepage/license links link directly to the URL, and would expose referer. This is not an issue as, a plugin could anyway obtain a lot more information about the server anyway. In code, all URLs using Proxy&action=redirect are Piwik.org URLs.
git-svn-id: http://dev.piwik.org/svn/trunk@3360 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/ExamplePlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/ExamplePlugin.php b/plugins/ExamplePlugin/ExamplePlugin.php
index 90a881c797..46bacb63ab 100644
--- a/plugins/ExamplePlugin/ExamplePlugin.php
+++ b/plugins/ExamplePlugin/ExamplePlugin.php
@@ -27,7 +27,7 @@ class Piwik_ExamplePlugin extends Piwik_Plugin
{
return array(
'description' => Piwik_Translate('ExamplePlugin_PluginDescription'),
- 'homepage' => 'http://plugins.piwik.org/',
+ 'homepage' => 'http://piwik.org/',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'license' => 'GPL v3 or later',