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/views/index/about.phtml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/views/index/about.phtml') diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 70f9b6641..fc28608f7 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -26,6 +26,14 @@
+
+ +
+
db['type'], ENT_NOQUOTES, 'UTF-8') ?>
-- cgit v1.2.3