checkup exit message

This commit is contained in:
Fred Tempez 2023-02-10 10:42:42 +01:00
parent b9194c223c
commit bc43689d41
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if(version_compare(PHP_VERSION, '7.2.0', '<') ) {
}
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');
exit('PHP 8.2 pas encore supporté, installez PHP 7.n ou PHP 8.1.n - PHP 8.2 not yet supported, install PHP 7.n or PHP 8.1.n');
}
/**