2001-09-09 16:47:10 +00:00
|
|
|
<?php
|
2001-10-20 20:45:05 +00:00
|
|
|
// $Id$
|
2001-09-09 16:47:10 +00:00
|
|
|
|
2003-11-18 19:44:36 +00:00
|
|
|
include_once "includes/bootstrap.inc";
|
2001-09-09 16:47:10 +00:00
|
|
|
include_once "includes/common.inc";
|
2004-01-26 18:51:37 +00:00
|
|
|
include_once "includes/xmlrpcs.inc";
|
2001-09-09 16:47:10 +00:00
|
|
|
|
2003-09-14 18:33:16 +00:00
|
|
|
$functions = module_invoke_all("xmlrpc");
|
2001-09-09 16:47:10 +00:00
|
|
|
|
|
|
|
$server = new xmlrpc_server($functions);
|
|
|
|
|
|
|
|
?>
|