diff options
| author | 2025-03-08 11:49:05 +0100 | |
|---|---|---|
| committer | 2025-03-08 11:49:05 +0100 | |
| commit | d80171ebfdddad2b3b873400caf633d160e2fb12 (patch) | |
| tree | d0cec495c90ae53f634fe6452bf806bd02292e2d /app/i18n/nl | |
| parent | fdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 (diff) | |
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>
Diffstat (limited to 'app/i18n/nl')
| -rw-r--r-- | app/i18n/nl/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/nl/index.php b/app/i18n/nl/index.php index 4175ef92c..4dc5ea099 100644 --- a/app/i18n/nl/index.php +++ b/app/i18n/nl/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 ), |
