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/Proxy/Controller.php')
-rw-r--r--plugins/Proxy/Controller.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index cf1b362c7b..d358908805 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -6,20 +6,21 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_Proxy
+ * @package Proxy
*/
+namespace Piwik\Plugins\Proxy;
+
use Piwik\Piwik;
use Piwik\Common;
use Piwik\AssetManager;
-use Piwik\Controller;
use Piwik\Url;
/**
* Controller for proxy services
*
- * @package Piwik_Proxy
+ * @package Proxy
*/
-class Piwik_Proxy_Controller extends Controller
+class Controller extends \Piwik\Controller
{
const TRANSPARENT_PNG_PIXEL = 'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=';