From 00dfbafa919e12b7fb4fb869b273ec724e0ade07 Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 30 Nov 2008 15:11:25 -0500 Subject: [PATCH] charset corrections --- remoting_client/example.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remoting_client/example.php b/remoting_client/example.php index 7d89cd4..8959034 100644 --- a/remoting_client/example.php +++ b/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; -- Gitblit v1.9.1