|
|
@@ -18,7 +18,7 @@ if (!defined('WHMCS')) {
|
|
|
function cwp7_MetaData() {
|
|
|
return array(
|
|
|
'DisplayName' => 'CentOS Web Panel Provisioning',
|
|
|
- 'APIVersion' => '1',
|
|
|
+ 'APIVersion' => '1.2',
|
|
|
'DefaultNonSSLPort' => '2031',
|
|
|
'DefaultSSLPort' => '2031',
|
|
|
'RequiresServer' => true,
|
|
|
@@ -48,7 +48,7 @@ function cwp7_ConfigOptions() {
|
|
|
__FUNCTION__,
|
|
|
$server,
|
|
|
'Debug',
|
|
|
- $serverIDs
|
|
|
+ $whmcs
|
|
|
);
|
|
|
$configarray = array(
|
|
|
"Package" => array( "Type" => "text", "Description" => "Package ID", "Default" => "1"),
|