Same filename and directory in other branches
  1. 4.6.x xmlrpc.php
  2. 4.7.x xmlrpc.php
  3. 5.x xmlrpc.php
  4. 7.x xmlrpc.php

File

xmlrpc.php
View source
<?php

/**
 * @file
 * PHP page for handling incoming XML-RPC requests from clients.
 */
include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
include_once './includes/xmlrpc.inc';
include_once './includes/xmlrpcs.inc';
xmlrpc_server(module_invoke_all('xmlrpc'));