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:
authormattpiwik <matthieu.aubry@gmail.com>2012-08-15 20:53:17 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-08-15 20:53:17 +0400
commit2a0bc9dbd5104f40c53eb34442f583955c33eb8d (patch)
treee467ef14b835e2ecdcbad274b02b51b039727cba /plugins/Proxy
parent67446676e094152ed1aeab911889b0886653396e (diff)
Refs #2708
* Beautify the SMS Provider DIV git-svn-id: http://dev.piwik.org/svn/trunk@6772 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/Controller.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index 800950cf26..1b2a8f74f2 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -162,6 +162,12 @@ class Piwik_Proxy_Controller extends Piwik_Controller
{
return true;
}
+
+ // Allow clockworksms domain
+ if(strpos($url, 'http://www.clockworksms.com/') === 0)
+ {
+ return true;
+ }
return false;
}