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

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

$functions = module_invoke_all("xmlrpc");

$server = new xmlrpc_server($functions);

?>