ソースを参照

clientareafunctions

andre 3 年 前
コミット
8116d13a11
1 ファイル変更7 行追加0 行削除
  1. 7 0
      cwp7.php

+ 7 - 0
cwp7.php

@@ -323,6 +323,13 @@ function cwp7_UsageUpdate($params) {
 
 function cwp7CheckDNS($domain) {
 	$nameserver = array( NS1, NS2);
+	logModuleCall(
+		'cwp7',
+		__FUNCTION__,
+		$domain,
+		'debug',
+		$nameserver
+	);
 	$resolver = new Net_DNS2_Resolver(array('nameservers' => $nameserver));
     try {
             $result = $resolver->query($domain, 'A');