| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * @file 5 * PHP page for handling incoming XML-RPC requests from clients. 6 */ 7 8 include_once './includes/bootstrap.inc'; 9 drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); 10 include_once './includes/xmlrpc.inc'; 11 include_once './includes/xmlrpcs.inc'; 12 13 xmlrpc_server(module_invoke_all('xmlrpc'));
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |