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:
authormattab <matthieu.aubry@gmail.com>2013-04-25 11:15:09 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-25 11:15:09 +0400
commitcdd10f9083c531d14c6bd2972846c4db48215630 (patch)
tree33438c2c86a615b405fcba04838e5890e5b530cc /plugins/Dashboard/API.php
parentb4c56616539be02b3c29ca0727baee287e04e424 (diff)
Refs #3913 missing <?php + license block
Diffstat (limited to 'plugins/Dashboard/API.php')
-rw-r--r--plugins/Dashboard/API.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/Dashboard/API.php b/plugins/Dashboard/API.php
index dde28f6e69..14a058b2aa 100644
--- a/plugins/Dashboard/API.php
+++ b/plugins/Dashboard/API.php
@@ -1,4 +1,14 @@
-<?
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @category Piwik_Plugins
+ * @package Piwik_Dashboard
+ */
+
+
/**
* This API is the <a href='http://piwik.org/docs/analytics-api/reference/' target='_blank'>Dashboard API</a>: it gives information about dashboards.
*