Browse Source

check available domains

andre 7 months ago
parent
commit
30b0f06427
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kerioDomainAvailable.php

+ 1 - 1
kerioDomainAvailable.php

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