Rename t/piwik/matomo.php to t/piwik/files/matomo.php

This commit is contained in:
Ashley
2022-07-24 18:04:37 +03:00
committed by GitHub
parent 3b840e369c
commit d5c16c340b

14
t/piwik/files/matomo.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
if (!defined('PIWIK_DOCUMENT_ROOT')) {
define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__) == '/' ? '' : dirname(__FILE__));
}
include PIWIK_DOCUMENT_ROOT . '/piwik.php';