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:
authorsgiehl <stefangiehl@gmail.com>2012-10-25 17:48:41 +0400
committersgiehl <stefangiehl@gmail.com>2012-10-25 17:48:41 +0400
commit27fbfa582c545f86235c474c92f10c2e9469b5c4 (patch)
tree5f5b5faa9c2928b278e5b298107366bd8d1a03a8 /plugins/UserCountry
parentdeb85141dd1e21e7480bac0c5e1167ab058b437f (diff)
refs #3359 use POST instead of GET requests / do not send token_auth within query strings
git-svn-id: http://dev.piwik.org/svn/trunk@7309 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/UserCountry')
-rwxr-xr-xplugins/UserCountry/templates/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/templates/admin.js b/plugins/UserCountry/templates/admin.js
index b01d019c24..88ebf559df 100755
--- a/plugins/UserCountry/templates/admin.js
+++ b/plugins/UserCountry/templates/admin.js
@@ -49,7 +49,7 @@ $(document).ready(function() {
loading.show();
$.ajax({
- type: 'GET',
+ type: 'POST',
url: 'index.php',
data: {
module: 'UserCountry',