summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-26 18:51:37 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-26 18:51:37 +0000
commitc325e684cae8bd774e928e95b1e56a521fcd231e (patch)
treee06ee6c804e7a7841ca2a0768629071d6457bd8e /xmlrpc.php
parentf4b58e89002a71ae52abce2ea8ba80d28dcc21bd (diff)
downloadbrdo-c325e684cae8bd774e928e95b1e56a521fcd231e.tar.gz
brdo-c325e684cae8bd774e928e95b1e56a521fcd231e.tar.bz2
- Changed the order of include statements.
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 69430d803..b99f6c651 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -1,9 +1,9 @@
<?php
// $Id$
-include_once "includes/xmlrpcs.inc";
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
+include_once "includes/xmlrpcs.inc";
$functions = module_invoke_all("xmlrpc");