summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-15 17:29:36 +0100
committerRemi Collet <remi@php.net>2023-12-15 17:29:36 +0100
commit8859e044c3988f64af9e1825c68f93191a355e53 (patch)
tree839bb30efcbdb4ca034451025dd43f618e8dfbfa /wizard
parentc9405943be332a186ffdac30730d524cf6a8361c (diff)
typo
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php2
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);
}