Explorar el Código

add cwp7CheckLimit

andre hace 3 años
padre
commit
2fe8b6cc0a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      cwp7.php

+ 7 - 0
cwp7.php

@@ -292,6 +292,13 @@ function cwp7_ClientArea($params) {
 	} else {
 		$clientInfo['subdomainlimit'] = 0;
 	};
+	logModuleCall(
+		'cwp7',
+		__FUNCTION__,
+		$params,
+		'debug',
+		$$clientInfo
+	);
 	$domains = $response['result']['domains'];
 	$subDomains = $response['result']['subdomins'];
 	$clientInfo['domains'] = array();