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:
authorrobocoder <anthon.pang@gmail.com>2011-04-01 18:09:05 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-01 18:09:05 +0400
commit3c3d7d7ca0d9c2d1af0c353e44bcb69a83b10476 (patch)
tree73c599b313fd3e1f6224a3d4a1a68b61ec1ed528 /plugins/VisitorGenerator/templates
parentdd570d0cae01d5544b96a8037fb5ff450e1e49f0 (diff)
fixes #2247 - set cip; refs #2242 - remove redundant checktokenauthinurl as we already have checkuserissuper and nonce
git-svn-id: http://dev.piwik.org/svn/trunk@4275 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitorGenerator/templates')
-rw-r--r--plugins/VisitorGenerator/templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorGenerator/templates/index.tpl b/plugins/VisitorGenerator/templates/index.tpl
index 70cb8bee19..105df1223b 100644
--- a/plugins/VisitorGenerator/templates/index.tpl
+++ b/plugins/VisitorGenerator/templates/index.tpl
@@ -5,7 +5,7 @@
<h2>{'VisitorGenerator_VisitorGenerator'|translate}</h2>
<p>{'VisitorGenerator_PluginDescription'|translate}</p>
-<form method="POST" action="{url module=VisitorGenerator action=generate token_auth=$token_auth}">
+<form method="POST" action="{url module=VisitorGenerator action=generate}">
<table class="adminTable" style="width: 600px;">
<tr>
<td><label for="idSite">{'General_ChooseWebsite'|translate}</label></td>