summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wizard/index.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 1f78b2b3..e89f0798 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', 23);
+define('FC_EOL', 24);
define('FC_DEV', 27);
define('EL_EOL', 5);
define('EL_DEV', 8);
@@ -23,7 +23,6 @@ $osvers = [
'Fedora 26' => '7.1',
'Fedora 25' => '7.0',
'Fedora 24' => '5.6',
- 'Fedora 23' => '5.6',
];
$osmin = [
'RHEL 7' => '5.4',
@@ -34,7 +33,6 @@ $osmin = [
'Fedora 26' => '5.6',
'Fedora 25' => '5.4',
'Fedora 24' => '5.4',
- 'Fedora 23' => '5.4',
];
$osname = [
'RHEL 7' => 'RHEL-7',
@@ -65,7 +63,7 @@ $phpvers = [
];
$phpname = [
'7.2' => '7.2.0RC1 (development version, not ready for production)',
- '7.1' => '7.1.8 (active support until Dec 2018)',
+ '7.1' => '7.1.9 (active support until Dec 2018)',
'7.0' => '7.0.23 (active support until Dec 2017)',
'5.6' => '5.6.31 (security only support until Dec 2018)',
'5.5' => '5.5.38 (no upstream support since July 2016)',