andre 3 tahun lalu
induk
melakukan
a268946470
1 mengubah file dengan 10 tambahan dan 1 penghapusan
  1. 10 1
      cwp7.php

+ 10 - 1
cwp7.php

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