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
path: root/lang
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-15 01:24:19 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-15 01:24:19 +0300
commit512c24069319227ea3834b90ed6d9e4a2c4e7c47 (patch)
tree1614cbb274e9c1ca850bdd64e8278f2a5cf1cb25 /lang
parentab9e2b542914224e095f1a02bbeb8d71d0c2fbe1 (diff)
fixes #869 - Installation - detect presence of a reverse proxy and warn if mismatch with $_SERVER['HTTPS']; add 'reverse_proxy' config setting
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en.php b/lang/en.php
index 50b4d0fa88..8281401456 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -781,6 +781,8 @@ Note that it is not necessary to specify the URLs with and without \'www\' as Pi
'Installation_SystemCheckMailHelp' => 'Feedback and Lost Password messages will not be sent without mail().',
'Installation_SystemCheckError' => 'An error occured - must be fixed before you proceed',
'Installation_SystemCheckWarning' => 'Piwik will work normally but some features may be missing',
+ 'Installation_SystemCheckProtocol' => 'Protocol',
+ 'Installation_SystemCheckProtocolHelp' => 'If you are behind a reverse proxy, add these lines to config/config.ini.php:',
'Installation_Tables' => 'Creating the tables',
'Installation_TablesWithSameNamesFound' => 'Some %s tables in your database %s have the same names as the tables Piwik is trying to create',
'Installation_TablesFound' => 'The following tables have been found in the database',