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 'plugins/Goals/config/config.php')
-rw-r--r--plugins/Goals/config/config.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Goals/config/config.php b/plugins/Goals/config/config.php
deleted file mode 100644
index 1199467965..0000000000
--- a/plugins/Goals/config/config.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-return array(
-
- 'tracker.request.processors' => DI\add(array(
- DI\get('Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor'),
- )),
-
-);