mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:18:11 +01:00
Create matomo.php
This commit is contained in:
parent
da145babef
commit
469f33e821
1 changed files with 14 additions and 0 deletions
14
t/piwik/matomo.php
Normal file
14
t/piwik/matomo.php
Normal 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';
|
Loading…
Reference in a new issue