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:
authormattab <matthieu.aubry@gmail.com>2015-09-08 09:19:40 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-09 01:24:38 +0300
commit586f5271b97f307ed3f351668ffde6945f74eae1 (patch)
tree5e1d595032c1f519da258c90ec20e428574c388e /plugins/Proxy
parent6e287a2b0edadf867628ffda5194f35627a47c71 (diff)
fix indentation
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index a55ea0cc24..550078e2d7 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -78,7 +78,7 @@ class Controller extends \Piwik\Plugin\Controller
public function redirect()
{
$url = Common::getRequestVar('url', '', 'string', $_GET);
- if (!UrlHelper::isLookLikeUrl($url)) {
+ if (!UrlHelper::isLookLikeUrl($url)) {
die('Please check the &url= parameter: it should to be a valid URL');
}
// validate referrer