Browse Source

clientareafunctions

andre 3 years ago
parent
commit
2c383cd5c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -349,7 +349,7 @@ function cwp7_addDomain($params) {
 		__FUNCTION__,
 		__FUNCTION__,
 		$_POST,
 		$_POST,
 		'debug addDomain',
 		'debug addDomain',
-		$params
+		filter_var($_POST['d'], FILTER_VALIDATE_DOMAIN)
 	);
 	);
 
 
 	return 'success';
 	return 'success';