Jatin Wadhwa Posted December 5 Share Posted December 5 Hi, When I create a server and use the "Test Connection" function in the server module, I print the $params array, and it gives me the following response Array ( [whmcsVersion] => 8.11.0-release.1 [server] => 1 [serverid] => 0 [serverip] => [serverhostname] => [serverusername] => [serverpassword] => ********** [serveraccesshash] => [serversecure] => 1 [serverhttpprefix] => https [serverport] => [action] => TestConnection ) I need the serverpassword parameter (currently showing as [serverpassword] => **********) in its original form. can this possible ? function provisingmodule_TestConnection(array $params) { 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.