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:
Diffstat (limited to 'modules/Controller.php')
-rw-r--r--modules/Controller.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/Controller.php b/modules/Controller.php
index 1e70e3f472..834ee83de8 100644
--- a/modules/Controller.php
+++ b/modules/Controller.php
@@ -1,4 +1,12 @@
-<?php
+<?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$
+ */
+
abstract class Piwik_Controller
{
function getDefaultAction()