diff --git a/html/install.php b/html/install.php index 9ec75f0a9..d0358d248 100644 --- a/html/install.php +++ b/html/install.php @@ -376,10 +376,10 @@ if (!defined('PHP_VERSION_ID')) { define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 )); } -if ( PHP_VERSION_ID < 70400) { - echo $g_failed. " ".phpversion()." ". _("Version PHP trop basse , minimum 7.4"); +if ( PHP_VERSION_ID < 80000) { + echo $g_failed. " ".phpversion()." ". _("Version PHP trop basse , minimum 8.0"); echo '
'; - printf(_("Il est déconseillé de travailler avec une version < 7.4")); + printf(_("Il est déconseillé de travailler avec une version < 8.0")); echo '
'; } else { echo $g_succeed. " Version PHP ".phpversion();