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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-28 09:59:07 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-28 09:59:07 +0400
commit80d1ef2cb1b90c60d27464543694b1446d3ffe48 (patch)
tree5a1f7bcd6aacf630d810a2ff84116db6477d5f2c /core/Tracker/GoalManager.php
parent465b5e3cd6fa90eed029ea9d511ebb1fc76993c2 (diff)
Fixes #524 - add standard Piwik header to .php files in core & plugins, with
the exception of those in core/Updates/.
Diffstat (limited to 'core/Tracker/GoalManager.php')
-rw-r--r--core/Tracker/GoalManager.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/Tracker/GoalManager.php b/core/Tracker/GoalManager.php
index d0d194aedb..4815936b03 100644
--- a/core/Tracker/GoalManager.php
+++ b/core/Tracker/GoalManager.php
@@ -1,4 +1,13 @@
<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Tracker
+ */
class Piwik_Tracker_GoalManager
{