aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-01-17 12:15:38 +0100
committerGitHub <noreply@github.com>2024-01-17 12:15:38 +0100
commit5de3028f667afb807d1c682238340208e56d6b91 (patch)
tree7325f9fedf94878e6aae1339d525fcca3dca327b /core
parent5a493b12e3feb62033f21aa9e8ec66230af42707 (diff)
parent0e889da4a870c6160563382ad432497346e288c4 (diff)
downloadnextcloud-server-5de3028f667afb807d1c682238340208e56d6b91.tar.gz
nextcloud-server-5de3028f667afb807d1c682238340208e56d6b91.zip
Merge pull request #42807 from nextcloud/enh/remove-curl-obsolete-ssl-check
Diffstat (limited to 'core')
-rw-r--r--core/js/setupchecks.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 653036ba1bc..67ebabe1ae6 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -188,12 +188,6 @@
type: OC.SetupChecks.MESSAGE_TYPE_ERROR
});
}
- if(data.isUsedTlsLibOutdated) {
- messages.push({
- msg: data.isUsedTlsLibOutdated,
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
- });
- }
if(!data.isCorrectMemcachedPHPModuleInstalled) {
messages.push({
msg: t('core', 'Memcached is configured as distributed cache, but the wrong PHP module "memcache" is installed. \\OC\\Memcache\\Memcached only supports "memcached" and not "memcache". See the {linkstart}memcached wiki about both modules ↗{linkend}.')