diff options
| author | Remi Collet <remi@remirepo.net> | 2019-03-09 08:53:58 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-03-09 08:53:58 +0100 | 
| commit | 3126f957c0939e9f24d259cfe98ee86204893291 (patch) | |
| tree | fa8a9cea1c3a608a1735772cfb8d2026414d631e /wizard/index.php | |
| parent | ea668b3d02e21b14acf65b0d6268ff184085b9f9 (diff) | |
Wizard: -f26 +f30
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index 19096f26..1378b902 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -20,10 +20,10 @@ $osvers = [      'RHEL 6'    => '5.3',      'CentOS 7'  => '5.4',      'CentOS 6'  => '5.3', +    'Fedora 30' => '7.3',      'Fedora 29' => '7.2',      'Fedora 28' => '7.2',      'Fedora 27' => '7.1', -    'Fedora 26' => '7.1',  ];  $osmin = [      'RHEL 8'    => '7.2', @@ -31,10 +31,10 @@ $osmin = [      'RHEL 6'    => '5.4',      'CentOS 7'  => '5.4',      'CentOS 6'  => '5.4', +    'Fedora 30' => '5.6',      'Fedora 29' => '5.6',      'Fedora 28' => '5.6',      'Fedora 27' => '5.6', -    'Fedora 26' => '5.6',  ];  $osmax = [      'RHEL 8'    => '7.3', @@ -42,10 +42,10 @@ $osmax = [      'RHEL 6'    => '7.3',      'CentOS 7'  => '7.3',      'CentOS 6'  => '7.3', +    'Fedora 30' => '7.3',      'Fedora 29' => '7.3',      'Fedora 28' => '7.3',      'Fedora 27' => '7.3', -    'Fedora 26' => '7.2',  ];  $osname = [      'RHEL 8'    => 'RHEL-8-Beta (Development version, not ready for production)',  | 
