No return on CMD_API_DOMAIN

tomadmiraal

Verified User
Joined
Dec 8, 2006
Messages
11
Location
Netherlands
I Have to say, I'm pretty new here.

I'm creating a multi-server platform. The first stap is to create/edit/delete domains. I found out that CMD_API_DOMAIN is working perfect for that BUT whene I create a domain:

PHP:
$sock->query('/CMD_API_DOMAIN', array('action' => 'create', 'domain' => $domain, 'ubandwidth' => $bandwithLimit, 'uquota' => $spaceLimit, 'ssl' => $ssl, 'cgi' => $cgi, 'php' => $php,'create' => 'Create'));

He doesn't give me a confirm. When I delete a domein he will say that has been done succesfull.

Is this normal?

Regards,

T.J. Admiraal
 
Back
Top