andre 3 жил өмнө
parent
commit
d539ce1683
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      cwp7.php

+ 6 - 0
cwp7.php

@@ -10,7 +10,9 @@
  */
  */
 use WHMCS\Database\Capsule;
 use WHMCS\Database\Capsule;
 
 
+require_once 'Net/DNS2.php';
 require_once(__DIR__ . '/api/cwp7/Admin.php');
 require_once(__DIR__ . '/api/cwp7/Admin.php');
+
 if (!defined('WHMCS')) {
 if (!defined('WHMCS')) {
 	die('This file cannot be accessed directly');
 	die('This file cannot be accessed directly');
 }
 }
@@ -308,3 +310,7 @@ function cwp7_UsageUpdate($params) {
 		}
 		}
 	}
 	}
 }
 }
+
+function cwp7CheckDNS($params) {
+	
+}