<?php
// $Id: xmlrpc.php,v 1.1 2004/12/05 06:20:30 garrison Exp $

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);

?>
