summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 49941728..ede84df0 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -8,7 +8,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<?php
-define('FC_EOL', 30);
+define('FC_EOL', 31);
define('FC_DEV', 34);
define('EL_EOL', 5);
define('EL_DEV', 9);
@@ -56,7 +56,7 @@ $osname = [
'CentOS 6' => 'CentOS 6 (maintained until November 2020)',
'Fedora 33' => 'Fedora 33',
'Fedora 32' => 'Fedora 32',
- 'Fedora 31' => 'Fedora 31 (maintained until November 2020)',
+ 'Fedora 31' => 'Fedora 31 (End of life since November 2020)',
];
$grpname = [
'RHEL' => 'Red Hat Enterprise Linux',
@@ -81,7 +81,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.0' => '8.0.0RC3',
+ '8.0' => '8.0.0RC5',
':stable' => 'Stable versions - usage recommended',
'7.4' => '7.4.12 (active support until November 2021)',
'7.3' => '7.3.24 (active support until December 2020)',
@@ -170,7 +170,7 @@ if ($os) {
printf("<li><b>WARNING: %s</b> will reach its <b>end of life</b> in November 2020, in <b>$days days</b>, upgrade is strongly recommended.</li><br />", $os);
}
if (($dist == 'Fedora' && $ver<=FC_EOL) || ($dist != 'Fedora' && $ver<=EL_EOL)) {
- printf("<li><b>%s</b> have reached its <b>end of life</b>, upgrade is strongly recommended.</li><br />", $os);
+ printf("<li><b>%s</b> has reached its <b>end of life</b>, upgrade is strongly recommended.</li><br />", $os);
}
if (($dist == 'Fedora' && $ver>=FC_DEV) || ($dist != 'Fedora' && $ver>=EL_DEV)) {
printf("<li><b>WARNING: %s</b> is a <b>development</b> version, not ready for production.</li><br />", $os);