~catch-drupal/pressflow/cachearrayobject

1 by bzr
Drupal 6.6
1
<?php
1.1.15 by David Strauss
Drupal 6.21
2
// $Id$
1 by bzr
Drupal 6.6
3
4
/**
5
 * @file
6
 * PHP page for handling incoming XML-RPC requests from clients.
7
 */
8
9
include_once './includes/bootstrap.inc';
10
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
11
include_once './includes/xmlrpc.inc';
12
include_once './includes/xmlrpcs.inc';
13
14
xmlrpc_server(module_invoke_all('xmlrpc'));