diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2016-07-30 10:36:32 -0300 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2016-07-30 10:36:32 -0300 |
commit | c4e79c620fdba57ed449bafb1a4c87db55d032ab (patch) | |
tree | 2214b7202164fb6a5cd061c1cb73311339f84565 | |
parent | 91072682c01501874ba6d8c74d3ded152db2951b (diff) |
Update XML-RPC endpoint
Still not working; I've lost the original source code and database,
but at least I control the hardinfo.org domain so I can make this
work again someday.
-rw-r--r-- | shell/syncmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 3afd45b7..ed8b7623 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -63,7 +63,7 @@ static SoupSession *session = NULL; static GMainLoop *loop; static GQuark err_quark; -#define XMLRPC_SERVER_URI "http://hardinfo.berlios.de/xmlrpc/" +#define XMLRPC_SERVER_URI "https://xmlrpc.hardinfo.org/" #define XMLRPC_SERVER_API_VERSION 1 #define LABEL_SYNC_DEFAULT _("<big><b>Synchronize with Central Database</b></big>\n" \ |