From 7a5dee476668ea3be2d19264d37ad644f25e0066 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 26 Jul 2023 21:40:41 -0400 Subject: [PATCH] this message should never be seen by normal people --- CRM/Utils/Check/Component/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Security.php b/CRM/Utils/Check/Component/Security.php index 1a1c4b9e24..0225471e47 100644 --- a/CRM/Utils/Check/Component/Security.php +++ b/CRM/Utils/Check/Component/Security.php @@ -159,7 +159,7 @@ class CRM_Utils_Check_Component_Security extends CRM_Utils_Check_Component { __FUNCTION__, // No ts since end users should never see this 'The built-in php HTTP server has no configuration options to secure folders, and so there is no point testing if they are secure. This problem only affects local development and E2E testing.', - ts('Incomplete Security Checks'), + 'Incomplete Security Checks', \Psr\Log\LogLevel::WARNING, 'fa-lock' ); -- 2.25.1