summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php
index b1c063de..d8d644dd 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -165,6 +165,9 @@ $counter = intval(@file_get_contents(COUNTER));
$err = false;
if ($os) {
list($dist, $ver) = explode(' ', $os, 2);
+ if ($ver == 6) {
+ printf("<li><b>%s</b> will reach its <b>end of life</b> in Nov 2020, 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);
}