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 d1e01074..b36cb818 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -17,10 +17,10 @@ define('COUNTER', __DIR__ . "/counter.txt");  $osvers = [      'RHEL 9'    => ['8.0'], -    'RHEL 8'    => ['7.2','7.3', '7.4'], +    'RHEL 8'    => ['7.4', '8.0'],      'RHEL 7'    => '5.4',      'CentOS 9'  => ['8.0'], -    'CentOS 8'  => ['7.2','7.3', '7.4'], +    'CentOS 8'  => ['7.4', '8.0'],      'CentOS 7'  => '5.4',      'Fedora 36' => '8.1',      'Fedora 35' => '8.0',  | 
