diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-15 17:29:36 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-15 17:29:36 +0100 |
commit | 8859e044c3988f64af9e1825c68f93191a355e53 (patch) | |
tree | 839bb30efcbdb4ca034451025dd43f618e8dfbfa /wizard/index.php | |
parent | c9405943be332a186ffdac30730d524cf6a8361c (diff) |
typo
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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("<li><img src='notice.png'> <b>WARNING</b>, PHP version <b>%s</b> have reached its end of life, despite packages have security fix, you should consider a maintained version.</li><br />", $php); + printf("<li><img src='notice.png'> <b>WARNING</b>, PHP version <b>%s</b> have reached its end of life, despite packages have security fixes, you should consider a maintained version.</li><br />", $php); } // else printf("<li>PHP %s is a maintained version (> %s).</li><br />", $php, PHP_SEC); } |