diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-20 16:11:50 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-20 16:15:08 +0100 |
| commit | 73a5c7fae9ffbe9ada721148c8c454a643aceebe (patch) | |
| tree | c8fad013ed9b5dd589add87f8d45cf02bbfc6e91 /matomo/piwik.php | |
| parent | b01239fbdcc5bbc5921f73ec0e8fee7bedd5c8e8 (diff) | |
chore!: restructure repo
I separated public files from the config/dev files. It improves repo
readability.
I also moved dotenv helper to public/inc directory and extract the
Matomo tracker in the same directory.
Diffstat (limited to 'matomo/piwik.php')
| -rw-r--r-- | matomo/piwik.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/matomo/piwik.php b/matomo/piwik.php deleted file mode 100644 index e2be0bd..0000000 --- a/matomo/piwik.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/** - * Matomo - free/libre analytics platform - * Matomo Proxy Hide URL - * - * @link https://matomo.org/faq/how-to/#faq_132 - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - */ - -define('MATOMO_PROXY_FROM_ENDPOINT', 1); - -$path = "piwik.php"; - -include __DIR__ . '/proxy.php'; |
