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/DoNotTrack/DoNotTrack.php')
-rw-r--r--plugins/DoNotTrack/DoNotTrack.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/DoNotTrack/DoNotTrack.php b/plugins/DoNotTrack/DoNotTrack.php
index 8d9a3cf700..1a02788a27 100644
--- a/plugins/DoNotTrack/DoNotTrack.php
+++ b/plugins/DoNotTrack/DoNotTrack.php
@@ -6,9 +6,10 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_DoNotTrack
+ * @package DoNotTrack
*/
-use Piwik\Plugin;
+namespace Piwik\Plugins\DoNotTrack;
+
use Piwik\Common;
use Piwik\Tracker\IgnoreCookie;
use Piwik\Tracker\Request;
@@ -18,9 +19,9 @@ use Piwik\Tracker\Request;
* - X-Do-Not-Track header (used by AdBlockPlus and NoScript)
* - DNT header (used by Mozilla)
*
- * @package Piwik_DoNotTrack
+ * @package DoNotTrack
*/
-class Piwik_DoNotTrack extends Plugin
+class DoNotTrack extends \Piwik\Plugin
{
/**
* @see Piwik_Plugin::getListHooksRegistered