|
@@ -31,6 +31,13 @@ function zimbraSingleGetAccess()
|
|
|
$idSelector = 'id';
|
|
$idSelector = 'id';
|
|
|
}
|
|
}
|
|
|
$id = $whmcs->get_req_var('id');
|
|
$id = $whmcs->get_req_var('id');
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'zimbrasingle',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $idSelector,
|
|
|
|
|
+ "Debug",
|
|
|
|
|
+ $id
|
|
|
|
|
+ );
|
|
|
$serverGroupID = $whmcs->get_req_var('servergroup');
|
|
$serverGroupID = $whmcs->get_req_var('servergroup');
|
|
|
if($id) {
|
|
if($id) {
|
|
|
$serverIDObj = Capsule::table('tblhosting')
|
|
$serverIDObj = Capsule::table('tblhosting')
|