Browse Source

dns bugfix

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

+ 10 - 1
cwp7.php

@@ -629,7 +629,16 @@ function cwp7_setDNS($params) {
             'zone_id' => $zoneID,
             'records' => $zoneRecords,
         )
-    );
+	);
+	
+	logModuleCall(
+		'cwp7',
+		__FUNCTION__,
+		$zoneRecords,
+		'Debug dnsmanager',
+		$result
+	);
+
     if($result['result'] != 'success') {
         return 'Error: ' . $result['message'];
     }