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:
authormattab <matthieu.aubry@gmail.com>2014-06-13 07:35:48 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-13 07:35:48 +0400
commitf09625bff8e941655c96dce94ba833ac38f2f7c6 (patch)
tree52dcac4cfbcee5370f74d01d366016bf2feeb996 /lang
parent26578caa243c3d441a144a947d6741822c91098d (diff)
Fixes #5344 add new system check to alert user when session.auto_start = 1
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index 55b3e6872b..c4f3cc2a19 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1153,6 +1153,7 @@
"SystemCheckZlibHelp": "You need to configure and rebuild PHP with \"zlib\" support enabled, --with-zlib.",
"SystemCheckCronArchiveProcess": "Archive Cron",
"SystemCheckCronArchiveProcessCLI": "Managing processes via CLI",
+ "SystemCheckSessionAutostart": "To prevent some issues please set the following in your php.ini file: session.auto_start=0",
"NotSupported": "not supported",
"Tables": "Creating the Tables",
"TablesCreatedSuccess": "Tables created with success!",