From d55f9c851e7cd73e9ba090668f37c9aaca7e6cac Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 31 Jul 2013 12:00:22 -0400 Subject: [PATCH] Fixed remoting client_add example. --- remoting_client/examples/client_add.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/remoting_client/examples/client_add.php b/remoting_client/examples/client_add.php index 25412ec..95faffd 100644 --- a/remoting_client/examples/client_add.php +++ b/remoting_client/examples/client_add.php @@ -25,7 +25,7 @@ 'zip' => '21337', 'city' => 'london', 'state' => 'bavaria', - 'country' => 'UK', + 'country' => 'GB', 'telephone' => '123456789', 'mobile' => '987654321', 'fax' => '546718293', -- Gitblit v1.9.1