|
@@ -14,7 +14,7 @@ use WHMCS\Database\Capsule;
|
|
|
$whmcs = App::self();
|
|
$whmcs = App::self();
|
|
|
$productID = $_GET['pid'];
|
|
$productID = $_GET['pid'];
|
|
|
$accessData = array('zimbraServer' => '', 'adminUser' => '', 'adminPass' => '');
|
|
$accessData = array('zimbraServer' => '', 'adminUser' => '', 'adminPass' => '');
|
|
|
-$serverGroupIDObj = Capsule::table('tblhosting')
|
|
|
|
|
|
|
+$serverGroupIDObj = Capsule::table('tblproducts')
|
|
|
->select('servergroup')
|
|
->select('servergroup')
|
|
|
->where('id', '=', $productID)
|
|
->where('id', '=', $productID)
|
|
|
->get();
|
|
->get();
|