Imported drupal-5.5
[drupal.git] / xmlrpc.php
bloba5a11155e72821d27f1a5e4d790670acc7be3ef7
1 <?php
2 // $Id: xmlrpc.php,v 1.15 2005/12/10 19:26:47 dries Exp $
4 /**
5 * @file
6 * PHP page for handling incoming XML-RPC requests from clients.
7 */
9 include_once './includes/bootstrap.inc';
10 drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
11 include_once './includes/xmlrpc.inc';
12 include_once './includes/xmlrpcs.inc';
14 xmlrpc_server(module_invoke_all('xmlrpc'));