Browse Source

check available domains

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

+ 2 - 1
kerioDomainAvailable.php

@@ -82,7 +82,8 @@ $domains = $api->getDomains(['name']);
 	);
 
 if(true) {
-	echo 'no';
+	pprunt_r($domains);
+	//	echo 'no';
 } else {
 	echo 'yes';
 }