From 1a3912f25a27c8d78aacbbee98f6056f4ad47f1a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 21 Dec 2025 19:26:08 +0100 Subject: Improve configuration checks (#8334) Add a distinction between recommended and required extensions. Add check for recommended php-intl extension as follow-up of https://github.com/FreshRSS/FreshRSS/pull/8329#issuecomment-3677686581 Improve related checks such as ZIP. Reduce duplicated translations and tests. --- app/views/update/checkInstall.phtml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'app/views') diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml index 68a1b5e24..6c1b5f69d 100644 --- a/app/views/update/checkInstall.phtml +++ b/app/views/update/checkInstall.phtml @@ -5,34 +5,34 @@ ?>

-

+

status_php as $key => $status) { ?> -

+

-

+

status_files as $key => $status) { ?> -

- +

+

+

status_database as $key => $status) { ?> -

- +

+

*/ ?> -- cgit v1.2.3