diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-15 15:40:21 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-16 16:14:40 +0100 |
commit | 0e889da4a870c6160563382ad432497346e288c4 (patch) | |
tree | 39f694a0688c78dcdc9375c2d131d212b9724f79 /core/js | |
parent | 64d79beb2672a2a936d2e1d8d39bfce9342274fe (diff) | |
download | nextcloud-server-0e889da4a870c6160563382ad432497346e288c4.tar.gz nextcloud-server-0e889da4a870c6160563382ad432497346e288c4.zip |
Remove obsolete check of curl SSL version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/js')
-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}.') |