fantu
2008-11-30 07cdaafc715bf55126959f93bd79b51b3cadddce
remoting_client/example.php
@@ -29,7 +29,7 @@
   /*
   //* Add a email domain
   $params = array(   'server_id' => 1,
                  'domain' => 'test.com',
                  'domain' => 'domain.tld',
                  'active' => 'y');
   $client_id = 0;
   $domain_id = $client->mail_domain_add($session_id, $client_id, $params);
@@ -38,7 +38,7 @@
   /*
   //* Update email domain
   $params = array(   'server_id' => 1,
                  'domain' => 'test.org',
                  'domain' => 'domain.tld',
                  'active' => 'y');
   //* ID of the client. 0 = the admin owns this record.
   $client_id = 0;