|
|
@@ -233,7 +233,7 @@ function cwp7_ClientArea($params){
|
|
|
__FUNCTION__,
|
|
|
$response,
|
|
|
'debug',
|
|
|
- $clientInfo
|
|
|
+ $params
|
|
|
);
|
|
|
return array(
|
|
|
'tabOverviewReplacementTemplate' => 'clientarea',
|
|
|
@@ -338,6 +338,9 @@ function cwp7CheckDNS($domain) {
|
|
|
);
|
|
|
}
|
|
|
$domainA = $result->answer;
|
|
|
+ if($domainA[0]->address == '85.25.4.56'){
|
|
|
+ return true;
|
|
|
+ }
|
|
|
logModuleCall(
|
|
|
'cwp7',
|
|
|
__FUNCTION__,
|