diff options
| author | Remi Collet <remi@remirepo.net> | 2017-08-30 18:47:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-08-30 18:47:59 +0200 | 
| commit | 6100b4e9223912488ab619eb75439afe53920ef3 (patch) | |
| tree | 5d7c2761a62cf0fccb67412bb4d296ff514b298a /wizard/index.php | |
| parent | 284d075a4642fcfbfdc201af9a2235086c7179b6 (diff) | |
forgotten in previous
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 6 | 
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)',  | 
