From 7ebbb6b2ca52e122adfca88e4b9a2805863e43d3 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 7 Nov 2022 10:54:02 +0100 Subject: Remove workarounds specific to 7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- apps/settings/lib/Controller/CheckSetupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings/lib/Controller/CheckSetupController.php') diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 45e94c3b7a7..eaaacc3fd22 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -722,7 +722,7 @@ Raw output $recommendedPHPModules[] = 'sysvsem'; } - if (!defined('PASSWORD_ARGON2I') && PHP_VERSION_ID >= 70400) { + if (!defined('PASSWORD_ARGON2I')) { // Installing php-sodium on >=php7.4 will provide PASSWORD_ARGON2I // on previous version argon2 wasn't part of the "standard" extension // and RedHat disabled it so even installing php-sodium won't provide argon2i -- cgit v1.2.3