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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-12 01:52:39 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-12 01:52:39 +0300
commit0968ff3a26077fdd5736fd8ca1e8ece63945f267 (patch)
treea05d8418129c4663eef34b1d8524941d925018fc /plugins/ExamplePlugin
parent6e14b05c3f8b1eba233926728f92055f486301ac (diff)
- deleting useless zend lib
- fix redirect bug in download/outlink tracking refs #40
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/API.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/API.php b/plugins/ExamplePlugin/API.php
index a8d89b22ee..8d2be39ff7 100644
--- a/plugins/ExamplePlugin/API.php
+++ b/plugins/ExamplePlugin/API.php
@@ -9,7 +9,10 @@
* @package Piwik_ExamplePlugin
*/
-
+/**
+ * Go to the API page in the Piwik Interface
+ * And try the API of the plugin ExamplePlugin
+ */
/**
*