Browse Source

clientareafunctions

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

+ 1 - 1
cwp7.php

@@ -161,7 +161,7 @@ function cwp7_UnsuspendAccount($params) {
 
 function cwp7_ClientArea($params){
 	//debug
-//	$params['username'] = 'thurdata';
+	$params['username'] = 'thurdata';
 	//debug
 	$clientInfo = array('moduleclientarea' => '1');
 	$cwp7 = new cwp7_Admin($params['serverhostname'], $params['serveraccesshash']);