|
|
@@ -17,6 +17,8 @@ if (!defined('WHMCS')) {
|
|
|
die('This file cannot be accessed directly');
|
|
|
}
|
|
|
|
|
|
+$testvar = "blubb";
|
|
|
+
|
|
|
function cwp7_MetaData() {
|
|
|
return array(
|
|
|
'DisplayName' => 'CentOS Web Panel Provisioning',
|
|
|
@@ -320,6 +322,15 @@ function cwp7_UsageUpdate($params) {
|
|
|
}
|
|
|
|
|
|
function cwp7CheckDNS($domain, $serverIP, $recurse = 0) {
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'cwp7',
|
|
|
+ __FUNCTION__,
|
|
|
+ $testvar,
|
|
|
+ 'debug',
|
|
|
+ $params
|
|
|
+ );
|
|
|
+
|
|
|
if($recurse > 3) {
|
|
|
return false;
|
|
|
}
|