|
@@ -111,7 +111,8 @@ function zimbraSingle_ChangePackage($params)
|
|
|
function zimbraSingle_ConfigOptions()
|
|
function zimbraSingle_ConfigOptions()
|
|
|
{
|
|
{
|
|
|
$whmcs = App::self();
|
|
$whmcs = App::self();
|
|
|
- $response = zimbraSingleConfigOptions($whmcs->get_req_var('pid'));
|
|
|
|
|
|
|
+ $servergroup = $whmcs->get_req_var('servergroup');
|
|
|
|
|
+ $response = zimbraSingleConfigOptions($servergroup);
|
|
|
if($response) {
|
|
if($response) {
|
|
|
return $response;
|
|
return $response;
|
|
|
}
|
|
}
|