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