Browse Source

check reserved addresses

andre 4 năm trước cách đây
mục cha
commit
f8f391519f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      zimbraAddressAvailable.php

+ 1 - 1
zimbraAddressAvailable.php

@@ -36,7 +36,7 @@ if(!filter_var($accountName, FILTER_VALIDATE_EMAIL)) {
 $zmAuthPIDs = array();
 $zmAuthPIDsObj = Capsule::table('tblproducts')
 	->select('id')
-	->where('gid', zmAuthGids)
+	->where('gid', [1,3,8])
 	->get()
 	->toArray();
 foreach ($zmAuthPIDsObj as $zmAuthPID) {