From a7ab4826d47f1f6784c05ca60f1f99bbb876e657 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 25 Oct 2012 09:28:59 -0400 Subject: [PATCH] Fixed: FS#2498 - Problem with mail filter rules. --- remoting_client/examples/soap_config.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/remoting_client/examples/soap_config.php b/remoting_client/examples/soap_config.php index 3487677..27fc15e 100644 --- a/remoting_client/examples/soap_config.php +++ b/remoting_client/examples/soap_config.php @@ -3,12 +3,12 @@ $username = 'admin'; $password = 'admin'; -/* -$soap_location = 'http://localhost:8080/ispconfig3/interface/web/remote/index.php'; -$soap_uri = 'http://localhost:8080/ispconfig3/interface/web/remote/'; -*/ +$soap_location = 'http://localhost:8080/ispconfig3_3.0.5/interface/web/remote/index.php'; +$soap_uri = 'http://localhost:8080/ispconfig3_3.0.5/interface/web/remote/'; + +/* $soap_location = 'http://192.168.0.105:8080/remote/index.php'; $soap_uri = 'http://192.168.0.105:8080/remote/'; - +*/ ?> -- Gitblit v1.9.1