From d6bcdafeedeb97e4c08586c518b0f27cb3a022db Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 17 Aug 2005 15:01:14 +0000 Subject: - Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and use lazy-loading for the XML-RPC libraries.(performance improvement). --- xmlrpc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmlrpc.php') diff --git a/xmlrpc.php b/xmlrpc.php index 3cfc87493..7db4acfb3 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -6,9 +6,10 @@ * PHP page for handling incoming XML-RPC requests from clients. */ -include_once 'includes/bootstrap.inc'; +include_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); -include_once 'includes/xmlrpcs.inc'; +include_once './includes/xmlrpc.inc'; +include_once './includes/xmlrpcs.inc'; xmlrpc_server(module_invoke_all('xmlrpc')); ?> -- cgit v1.2.3