summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-01-15 15:40:21 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-01-18 10:02:42 +0100
commitf9eeb285c9896d1ff218f6d82cf241dc9c27f214 (patch)
treedc29420d65ef38a2aee5125f1945b83f71b0260b /core
parent19aaaad8df55690d13baf831f30f02101500f17e (diff)
downloadnextcloud-server-f9eeb285c9896d1ff218f6d82cf241dc9c27f214.tar.gz
nextcloud-server-f9eeb285c9896d1ff218f6d82cf241dc9c27f214.zip
Remove obsolete check of curl SSL version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
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}.')