From 5c8843704c2b953d5fb790ca084c700ea685d252 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 22 Jun 2005 20:19:58 +0000 Subject: - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.) --- xmlrpc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmlrpc.php') diff --git a/xmlrpc.php b/xmlrpc.php index 11f6ab74f..d93055075 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -7,8 +7,7 @@ */ include_once 'includes/bootstrap.inc'; -include_once 'includes/common.inc'; -include_once 'includes/xmlrpc.inc'; +drupal_bootstrap('full'); include_once 'includes/xmlrpcs.inc'; $functions = module_invoke_all('xmlrpc'); -- cgit v1.2.3