Skip to content

Commit dffb2a9

Browse files
Centos 8 64 made default os
1 parent e1b4719 commit dffb2a9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/directadmin.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function get_directadmin_license_types()
1616
'ES 6.0' => 'CentOS 6 32-bit',
1717
'ES 6.0 64' => 'CentOS 6 64-bit',
1818
'ES 7.0 64' => 'CentOS 7 64-bit',
19+
'ES 8.0 64' => 'CentOS 8 64-bit',
1920
'FreeBSD 8.0 64' => 'FreeBSD 8.x 64-bit',
2021
'FreeBSD 9.1 32' => 'FreeBSD 9.x 32-bit',
2122
'FreeBSD 9.0 64' => 'FreeBSD 9.x 64-bit',
@@ -116,8 +117,8 @@ function directadmin_get_best_type($module, $packageId, $order = false, $extra =
116117
myadmin_log('licenses', 'info', "Matched DA Type for $types[$daType] to {$daType}", __LINE__, __FILE__);
117118
return $daType;
118119
} else {
119-
myadmin_log('licenses', 'info', "Couldn't find matching da type from os {$daType} fakkubg back go ES 9.0 64", __LINE__, __FILE__);
120-
return "ES 9.0 64";
120+
myadmin_log('licenses', 'info', "Couldn't find matching da type from os {$daType} fakkubg back go ES 8.0 64", __LINE__, __FILE__);
121+
return "ES 8.0 64";
121122
}
122123
return false;
123124
}

0 commit comments

Comments
 (0)