Commit 86631f08854b997f67c9404f15441b3263de1f44
1 parent
6a99ee01
fix the access path to calexium lib
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
web/CXM_xml_rpc.anubis
| ... | ... | @@ -12,10 +12,10 @@ read tools/basis.anubis |
| 12 | 12 | read tools/connections.anubis |
| 13 | 13 | read system/convert.anubis |
| 14 | 14 | read system/string.anubis |
| 15 | -read web/CXM_common.anubis | |
| 16 | -read web/CXM_http_get_common.anubis | |
| 17 | -read web/CXM_xml_rpc_parser.anubis | |
| 18 | -read web/CXM_xml_rpc_types.anubis | |
| 15 | +read calexium_lib/web/CXM_common.anubis | |
| 16 | +read calexium_lib/web/CXM_http_get_common.anubis | |
| 17 | +read calexium_lib/web/CXM_xml_rpc_parser.anubis | |
| 18 | +read calexium_lib/web/CXM_xml_rpc_types.anubis | |
| 19 | 19 | |
| 20 | 20 | |
| 21 | 21 | define XML_RPC_parameters sysinfo_params = |
| ... | ... | @@ -355,7 +355,7 @@ global define One |
| 355 | 355 | ( |
| 356 | 356 | List(String) args |
| 357 | 357 | )= |
| 358 | - if xml_rpc_new_client("mail.calexium.com:33610", true, basic("admin","the secret passsword"), "Anubis XML-RPC", "127.0.0.1") is | |
| 358 | + if xml_rpc_new_client("192.168.3.27:33610", true, basic("admin","cloudmailing"), "Anubis XML-RPC", "127.0.0.1") is | |
| 359 | 359 | { |
| 360 | 360 | failure then println(" xml_rpc_test new client failure"), |
| 361 | 361 | success(rpc_client) then | ... | ... |