Init Files

This commit is contained in:
Prophet731
2023-04-30 14:07:59 -04:00
parent caf77ea0aa
commit 0d4cff37b9
17 changed files with 1516 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<?php
if (!defined("WHMCS")) {
die("This file cannot be accessed directly");
}
return [
'ipv4' => 'IPv4',
'packageId' => 'Package',
'hypervisorId' => 'Location',
'storage' => 'Storage',
'memory' => 'Memory',
'traffic' => 'Bandwidth',
'networkSpeedInbound' => 'Inbound Network Speed',
'networkSpeedOutbound' => 'Outbound Network Speed',
'cpuCores' => 'CPU Cores',
'networkProfile' => 'Network Type',
'storageProfile' => 'Storage Type',
];