Browse Source

check available domains

andre 6 months ago
parent
commit
073a9e79a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kerioDomainAvailable.php

+ 1 - 1
kerioDomainAvailable.php

@@ -72,7 +72,7 @@ try {
 	);
 	exit();
 }
-$respond = $api->getDomains(['name']);
+$respond = $api->getDomains(['name','aliasList']);
 	logModuleCall(
 		'keriosingle',
 		__FUNCTION__,