Skip to content

Commit

Permalink
Update autoinstall.php
Browse files Browse the repository at this point in the history
Clean and aligned
  • Loading branch information
radwebhosting authored Oct 23, 2023
1 parent f4b9fdf commit 26e4948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions whmcs/modules/servers/virtualizor_cloud/autoinstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ function virtualizor_cloud_installpredefined()
'ubuntu-20.04-x86_64|Ubuntu 20.04 (64 bit)',
'ubuntu-22.04-x86_64|Ubuntu 22.04 (64 bit)',
'cyberpanel-centos7-x86_64|CyberPanel (64 bit) (10GB+ Disk)',
'azuracast-20.04-lts-x86_64|AzuraCast on Focal (64 bit) (10GB+ Disk)',
'azuracast-20.04-lts-x86_64|AzuraCast on Focal (64 bit) (10GB+ Disk)',
'windows-2008r2|Windows Server 2008 R2 EVAL (15GB+ Disk)',
'windows-2012r2|Windows Server 2012 R2 EVAL (15GB+ Disk)',
'windows-2012r2|Windows Server 2012 R2 EVAL (15GB+ Disk)',
'windows-2016|Windows Server 2016 EVAL (20GB+ Disk)',
'windows-2019|Windows Server 2019 EVAL (20GB+ Disk)',
'windows-2022|Windows Server 2022 EVAL (20GB+ Disk)',
'windows-2022|Windows Server 2022 EVAL (20GB+ Disk)',
];
$currenciesarray = Capsule::table('tblcurrencies')->pluck('code', 'id');
if (!is_array($currenciesarray)) {
Expand Down

0 comments on commit 26e4948

Please sign in to comment.