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 /plugins/Provider
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 'plugins/Provider')
-rw-r--r--plugins/Provider/Controller.php10
-rw-r--r--plugins/Provider/functions.php10
2 files changed, 20 insertions, 0 deletions
diff --git a/plugins/Provider/Controller.php b/plugins/Provider/Controller.php
index e55733be1a..47c2c50e67 100644
--- a/plugins/Provider/Controller.php
+++ b/plugins/Provider/Controller.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
+ * @version $Id: $
+ *
+ * @package Piwik_Provider
+ */
+
class Piwik_Provider_Controller extends Piwik_Controller
{
/**
diff --git a/plugins/Provider/functions.php b/plugins/Provider/functions.php
index 9996ad274d..2064f11fc1 100644
--- a/plugins/Provider/functions.php
+++ b/plugins/Provider/functions.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
+ * @version $Id: $
+ *
+ * @package Piwik_Provider
+ */
+
function Piwik_getHostnameName($in)
{
if(empty($in))