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

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

$functions = module_invoke_all("xmlrpc");

$server = new xmlrpc_server($functions);

?>