mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-08 11:43:20 -04:00
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>
This commit is contained in:
1 parent
fdc564dd9e
commit
d80171ebfd
31 files changed
+38
-2
No files matched your search
@@ -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
|
||||
),
|
||||
|
||||
Reference in new issue
Block a user