diff options
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index 6ad19497..35a598d9 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', 26); +define('FC_EOL', 27); define('FC_DEV', 30); define('EL_EOL', 5); define('EL_DEV', 8); @@ -51,7 +51,7 @@ $osname = [ 'CentOS 6' => 'CentOS 6 (maintained until March 2020)', 'Fedora 29' => 'Fedora 29', 'Fedora 28' => 'Fedora 28', - 'Fedora 27' => 'Fedora 27', + 'Fedora 27' => 'Fedora 27 (no support since November 27th 2018)', 'Fedora 26' => 'Fedora 26 (no support since June 1st 2018)', ]; $grpname = [ |