|
@@ -122,6 +122,7 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
|
|
|
}
|
|
}
|
|
|
$arguments = [
|
|
$arguments = [
|
|
|
'hostingId' => $this->getWhmcsParamByKey('serviceid'),
|
|
'hostingId' => $this->getWhmcsParamByKey('serviceid'),
|
|
|
|
|
+ "username" => $ciuser,
|
|
|
"osTemplate" => $this->formData['id'],
|
|
"osTemplate" => $this->formData['id'],
|
|
|
"password" => encrypt(html_entity_decode($this->formData['password'],ENT_QUOTES)),
|
|
"password" => encrypt(html_entity_decode($this->formData['password'],ENT_QUOTES)),
|
|
|
];
|
|
];
|