[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/ -> xmlrpc.php (source)

   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'));


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7