From d80171ebfdddad2b3b873400caf633d160e2fb12 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 Mar 2025 11:49:05 +0100 Subject: Back-compatibility cURL 7.51 (#7409) * Back-compatibility cURL 7.51 fix https://github.com/FreshRSS/FreshRSS/issues/7381 And add cURL version to system info. Do not require a specific version of cURL for now, but maybe later. * Fix CI * make fix-all * Add TODOs * Add ssl_version * Update app/i18n/it/index.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- app/i18n/cs/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/cs/index.php') diff --git a/app/i18n/cs/index.php b/app/i18n/cs/index.php index 851952142..bf40cc431 100644 --- a/app/i18n/cs/index.php +++ b/app/i18n/cs/index.php @@ -20,6 +20,7 @@ return array( 'browser' => 'Browser', // TODO 'database' => 'Database', // TODO 'server_software' => 'Server software', // TODO + 'version_curl' => 'cURL version', // TODO 'version_frss' => 'FreshRSS version', // TODO 'version_php' => 'PHP version', // TODO ), -- cgit v1.2.3