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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-12 16:04:28 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-12 16:04:28 +0400
commit5e86fe0d261d8d3162f0b574819ecf697a7ab8cb (patch)
tree45be2755840731e58bea13fa2d22d6dbf5131429 /plugins/LanguagesManager
parent26e5c171f43e0143537142cb2a9df827c6cbeb99 (diff)
Fixes #786; versions of IIS before IIS6 fail with method POST and URI
without a script name (i.e., index.php); for consistency, always include the script name in links (GET, POST, and Location: redirects) http://support.microsoft.com/kb/216493
Diffstat (limited to 'plugins/LanguagesManager')
-rw-r--r--plugins/LanguagesManager/templates/languages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LanguagesManager/templates/languages.tpl b/plugins/LanguagesManager/templates/languages.tpl
index 56b1d32f64..ee4a6d32cb 100644
--- a/plugins/LanguagesManager/templates/languages.tpl
+++ b/plugins/LanguagesManager/templates/languages.tpl
@@ -1,6 +1,6 @@
<span class="topBarElem" style="padding-right:70px">
<span id="languageSelection" style="display:none;position:absolute">
- <form action="?module=LanguagesManager&action=saveLanguage" method="get">
+ <form action="index.php?module=LanguagesManager&action=saveLanguage" method="get">
<select name="language">
<option value="{$currentLanguageCode}">{$currentLanguageName}</option>
{foreach from=$languages item=language}