From 8859e044c3988f64af9e1825c68f93191a355e53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Dec 2023 17:29:36 +0100 Subject: typo --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index d173806b..a2a99845 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -231,7 +231,7 @@ if ($php && $os) { is_array($osvers[$os]) ? implode(', ', $osvers[$os]) : $osvers[$os] ); if (version_compare($php, PHP_SEC, '<')) { - printf("
  • WARNING, PHP version %s have reached its end of life, despite packages have security fix, you should consider a maintained version.

  • ", $php); + printf("
  • WARNING, PHP version %s have reached its end of life, despite packages have security fixes, you should consider a maintained version.

  • ", $php); } // else printf("
  • PHP %s is a maintained version (> %s).

  • ", $php, PHP_SEC); } -- cgit