diff --git a/html/install.php b/html/install.php index 7e16fd9d9..a8ac84009 100644 --- a/html/install.php +++ b/html/install.php @@ -382,10 +382,10 @@ if (!defined('PHP_VERSION_ID')) { define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 )); } -if ( PHP_VERSION_ID < 80000) { - echo $g_failed. " ".phpversion()." ". _("Version PHP trop basse , minimum 8.0"); +if ( PHP_VERSION_ID < 82000) { + echo $g_failed. " ".phpversion()." ". _("Version PHP trop basse , minimum 8.2"); echo '
'; - printf(_("Cette version nécessite au moins une version supérieure ou égale à 8.0")); + printf(_("Cette version nécessite au moins une version supérieure ou égale à 8.2")); echo '
'; $fatal++; } else { diff --git a/include/otp-link.php b/include/otp-link.php index 5b6ad44a0..b55e146ca 100644 --- a/include/otp-link.php +++ b/include/otp-link.php @@ -204,6 +204,7 @@ try { if ( DEBUGNOALYSS > 1) { echo "code attendu",$authenticator->code();} echo ''; + printf('