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/SitesManager/API.php')
-rw-r--r--plugins/SitesManager/API.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 933ba5f186..e6505320ad 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -418,6 +418,7 @@ class API extends \Piwik\Plugin\API
// return all variations of the URL
return array(
+ $url,
"http://" . $hostname,
"http://www." . $hostname,
"https://" . $hostname,