serveria Posted September 30, 2019 Share Posted September 30, 2019 Hi, I wonder what's the correct way to call module params from a Create Account function below: function provisioningmodule_CreateAccount(array $params) { try { $result = shell_exec("wget -O - --quiet --http-user=xxxx --http-passwd=xxxxxx --no-check-certificate 'https://xxx.xxx.xxx.xxx:10000/virtual-server/remote.cgi?program=create-user&domain=xxxxxx.com&user=jimmy&pass=12345"a=1024'"); } We need to grab user, pass and quota fields from an order form. 0 Quote Link to comment Share on other sites More sharing options...
serveria Posted November 10, 2019 Author Share Posted November 10, 2019 Anyone? 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.