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

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

$functions = module_invoke_all("xmlrpc");

$server = new xmlrpc_server($functions);

?>