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:
authorLukas Winkler <git@lw1.at>2021-03-22 01:23:52 +0300
committerGitHub <noreply@github.com>2021-03-22 01:23:52 +0300
commitd17350975e0b9457ee0edec92c02852962ec8291 (patch)
tree0a66548ac20542feddb76aff27194b487fdcdfa0 /plugins/Diagnostics
parentf100736dde9b34d07436a606ac57de6ab7e9feb7 (diff)
check for openssl extension (#17364)
* check for openssl extension * update expected screenshots Co-authored-by: diosmosis <diosmosis@users.noreply.github.com>
Diffstat (limited to 'plugins/Diagnostics')
-rw-r--r--plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php2
-rw-r--r--plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png4
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php b/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php
index fdc559ca40..b863f2388f 100644
--- a/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php
+++ b/plugins/Diagnostics/Diagnostic/RecommendedExtensionsCheck.php
@@ -60,6 +60,7 @@ class RecommendedExtensionsCheck implements Diagnostic
'libxml',
'dom',
'SimpleXML',
+ 'openssl'
);
}
@@ -70,6 +71,7 @@ class RecommendedExtensionsCheck implements Diagnostic
'libxml' => 'Installation_SystemCheckWarnLibXmlHelp',
'dom' => 'Installation_SystemCheckWarnDomHelp',
'SimpleXML' => 'Installation_SystemCheckWarnSimpleXMLHelp',
+ 'openssl' => 'Installation_SystemCheckWarnOpensslHelp'
);
return $this->translator->translate($messages[$missingExtension]);
diff --git a/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png b/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png
index 04d4a6bf7a..ef70b617a8 100644
--- a/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png
+++ b/plugins/Diagnostics/tests/UI/expected-screenshots/Diagnostics_page.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:372272c077b0e12ee89e9a27f82cedb0a195e7dbb7254892f7a3bf909e64f92d
-size 425284
+oid sha256:537abc41c9f56eb9bf976d5105834a4d4eaa6fc4b9718cdd3a8be71d50ab0c93
+size 426942