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)
{