Skip to content

Commit

Permalink
Update autoinstall.php
Browse files Browse the repository at this point in the history
Correct OS Template names
  • Loading branch information
radwebhosting authored Sep 28, 2022
1 parent 86c3b4f commit c70ef8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whmcs/modules/servers/virtualizor_cloud/autoinstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ function virtualizor_cloud_installpredefined()
'fedora-32-x86_64|Fedora 32 (64 bit)',
'fedora-34-x86_64|Fedora 34 (64 bit)',
'ubuntu-16.04-x86_64|Ubuntu 16.04 (64 bit)',
'ubuntu-18.04-x86_64|Ubuntu 16.04 (64 bit)',
'ubuntu-20.04-x86_64|Ubuntu 16.04 (64 bit)',
'ubuntu-18.04-x86_64|Ubuntu 18.04 (64 bit)',
'ubuntu-20.04-x86_64|Ubuntu 20.04 (64 bit)',
];
$currenciesarray = Capsule::table('tblcurrencies')->pluck('code', 'id');
if (!is_array($currenciesarray)) {
Expand Down

0 comments on commit c70ef8c

Please sign in to comment.