Explorar el Código

try new mailboxcheck

andre hace 5 años
padre
commit
2d627510a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

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