diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-01-17 12:15:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 12:15:38 +0100 |
commit | 5de3028f667afb807d1c682238340208e56d6b91 (patch) | |
tree | 7325f9fedf94878e6aae1339d525fcca3dca327b /core | |
parent | 5a493b12e3feb62033f21aa9e8ec66230af42707 (diff) | |
parent | 0e889da4a870c6160563382ad432497346e288c4 (diff) | |
download | nextcloud-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.js | 6 |
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}.') |