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 'matomo.php')
-rw-r--r--matomo.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/matomo.php b/matomo.php
new file mode 100644
index 0000000000..753c95f6ac
--- /dev/null
+++ b/matomo.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ * @package Piwik
+ */
+
+if (!defined('PIWIK_DOCUMENT_ROOT')) {
+ define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__) == '/' ? '' : dirname(__FILE__));
+}
+
+include PIWIK_DOCUMENT_ROOT . '/piwik.php'; \ No newline at end of file