compatibilité php 8.1 max
This commit is contained in:
parent
eb9a894c0a
commit
b9194c223c
@ -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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user