|
|
@@ -25,13 +25,14 @@ function zimbraSingleGetAccess()
|
|
|
global $packageid;
|
|
|
$accessData = array('zimbraServer' => '', 'adminUser' => '', 'adminPass' => '');
|
|
|
$whmcs = App::self();
|
|
|
- $testid = $whmcs->get_req_var('id');
|
|
|
+ $action = $whmcs->get_req_var('action');
|
|
|
+ // $testid = $whmcs->get_req_var('id');
|
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|
|
|
__FUNCTION__,
|
|
|
$params,
|
|
|
"debug: clientarea login",
|
|
|
- $testid
|
|
|
+ $action
|
|
|
);
|
|
|
$serverGroupID = $whmcs->get_req_var('servergroup');
|
|
|
if($serverGroupID) {
|