From 288694c8f4cba0b50ef5feba10db411e078ac298 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 17 Oct 2024 20:00:37 +0200 Subject: [PATCH] refactoring --- lam/lib/checkEnvironment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/checkEnvironment.inc b/lam/lib/checkEnvironment.inc index 84a282f95..4edaaf6b2 100644 --- a/lam/lib/checkEnvironment.inc +++ b/lam/lib/checkEnvironment.inc @@ -46,7 +46,7 @@ include_once(__DIR__ . "/../lib/config.inc"); /** persistence */ include_once(__DIR__ . "/../lib/persistence.inc"); -// check if PHP >= 7.4 +// check PHP version if (version_compare(phpversion(), '8.1') < 0) { echo "\n\n"; echo "\n\n";