- Changed the order of include statements.

4.4.x
Dries Buytaert 2004-01-26 18:51:37 +00:00
parent f4b58e8900
commit c325e684ca
1 changed files with 1 additions and 1 deletions

View File

@ -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");