From b9194c223cba4e58b43db71b0a493221aff8c7c8 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 10 Feb 2023 10:41:57 +0100 Subject: [PATCH] =?UTF-8?q?compatibilit=C3=A9=20php=208.1=20max?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/include/checkup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/checkup.php b/core/include/checkup.php index d208fdf5..c362fcb3 100644 --- a/core/include/checkup.php +++ b/core/include/checkup.php @@ -9,7 +9,7 @@ if(version_compare(PHP_VERSION, '7.2.0', '<') ) { } -if ( version_compare(PHP_VERSION, '8.2.999', '>') ) { +if ( version_compare(PHP_VERSION, '8.1.999', '>') ) { exit('PHP 8.3 pas encore supporté, installez PHP 7.n ou PHP 8.1.n - PHP 8.3 not yet supported, install PHP 7.n or PHP 8.1.n'); }