From ec3d9abb92487aab666cab95d6f5b3d4e9d23dbb Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Thu, 24 May 2012 03:00:18 -0400 Subject: [PATCH] added missing lang-string top_menu_mailuser + changed umlaut code to utf8 chars --- remoting_client/examples/mail_catchall_add.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/remoting_client/examples/mail_catchall_add.php b/remoting_client/examples/mail_catchall_add.php index 8bf3206..8b5d6f3 100644 --- a/remoting_client/examples/mail_catchall_add.php +++ b/remoting_client/examples/mail_catchall_add.php @@ -18,7 +18,7 @@ $client_id = 1; $params = array( 'server_id' => 1, - 'source' => 'hallo@test.int', + 'source' => '@test.int', 'destination' => 'ciao@test.int', 'type' => 'catchall', 'active' => 'y' -- Gitblit v1.9.1