diff options
-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); } |