You are here

xmlrpc.php in Drupal 6

Same filename and directory in other branches
  1. 4 xmlrpc.php
  2. 5 xmlrpc.php
  3. 7 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'));