Mercurial > defr > drupal > core
comparison xmlrpc.php @ 1:c1f4ac30525a 6.0
Drupal 6.0
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:28:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 <?php | |
2 // $Id: xmlrpc.php,v 1.15 2005/12/10 19:26:47 dries Exp $ | |
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')); |