xmlrpc.php

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