summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 075041e9..7e259833 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', 29);
+define('FC_EOL', 30);
define('FC_DEV', 33);
define('EL_EOL', 5);
define('EL_DEV', 9);
@@ -56,8 +56,7 @@ $osname = [
'CentOS 6' => 'CentOS 6 (maintained until November 2020)',
'Fedora 32' => 'Fedora 32',
'Fedora 31' => 'Fedora 31',
- 'Fedora 30' => 'Fedora 30 (maintained until May 2020)',
-// 'Fedora 29' => 'Fedora 29 (EOL since November 2019)',
+ 'Fedora 30' => 'Fedora 30 (EOL since May 2020)',
];
$grpname = [
'RHEL' => 'Red Hat Enterprise Linux',