|
|
@@ -204,7 +204,6 @@ function cwp7_TerminateAccount($params) {
|
|
|
'debug',
|
|
|
$response
|
|
|
);
|
|
|
-
|
|
|
if($response['status'] == 'Error') {
|
|
|
return 'Error: ' . $response['msj'];
|
|
|
}
|
|
|
@@ -419,6 +418,7 @@ function cwp7_ChangePackage($params) {
|
|
|
'inode' => (int) $params["configoption2"],
|
|
|
'openfiles' => (int) $params["configoption3"],
|
|
|
'processes' => (int) $params["configoption4"],
|
|
|
+ 'server_ips'=> $params["serverip"],
|
|
|
);
|
|
|
$response = $cwp7->modifyAccount($data);
|
|
|
if($response['status'] != 'OK') {
|