summaryrefslogtreecommitdiff
path: root/xmlrpc.php
blob: 41538a98ba1a0c683806f4f7604edf1777bdabb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
// $Id$

include_once "includes/xmlrpcs.inc";
include_once "includes/common.inc";

$functions = module_invoke_all("xmlrpc");

$server = new xmlrpc_server($functions);

?>