summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-18 19:44:36 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-18 19:44:36 +0000
commita0640e66b7e93170de767442af42ee04ff848972 (patch)
tree5bd72e6e733ebbc7f9804be6c03c133cd6641eb2 /xmlrpc.php
parent7a2514e789126279fb3b6964b887cdffb8c5673f (diff)
downloadbrdo-a0640e66b7e93170de767442af42ee04ff848972.tar.gz
brdo-a0640e66b7e93170de767442af42ee04ff848972.tar.bz2
- Improved module loading when serving cached pages. Moshe's bootstrap patch.
- Used legend and fieldset tags for the configuration page.
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 41538a98b..69430d803 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -2,6 +2,7 @@
// $Id$
include_once "includes/xmlrpcs.inc";
+include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
$functions = module_invoke_all("xmlrpc");