- Changed the order of include statements.
parent
f4b58e8900
commit
c325e684ca
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue