diff --git a/FEATURES/71435 b/FEATURES/71435
deleted file mode 100644
index 4988b199dbe004ba4f193f946bea0ba0fb7af23a..0000000000000000000000000000000000000000
--- a/FEATURES/71435
+++ /dev/null
@@ -1,10 +0,0 @@
-        '71435' =>
-            ['Label' => $this->_('Piwik est devenu Matomo'),
-             'Desc' => '',
-             'Image' => '',
-             'Video' => '',
-             'Category' => '',
-             'Right' => function($feature_description, $user) {return true;},
-             'Wiki' => '',
-             'Test' => '',
-             'Date' => '2018-09-25'],
\ No newline at end of file
diff --git a/library/Class/WebService/Analytics/MatomoTracker.php b/library/Class/WebService/Analytics/MatomoTracker.php
index 600ad62456ffb59ba09c88c1e68d5cfee748f38a..a7d0bfc1bba2e2bef67fe6bb5bdce6e669c289e6 100644
--- a/library/Class/WebService/Analytics/MatomoTracker.php
+++ b/library/Class/WebService/Analytics/MatomoTracker.php
@@ -36,7 +36,7 @@ class Class_WebService_Analytics_MatomoTracker extends Class_WebService_Analytic
 
 
   public function getUrl() {
-    return $this->_config->getMatomoUrl() . 'matomo.php';
+    return $this->_config->getMatomoUrl() . 'piwik.php';
   }