diff options
Diffstat (limited to 'system/init/init_xmlrpcs.php')
-rw-r--r-- | system/init/init_xmlrpcs.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/init/init_xmlrpcs.php b/system/init/init_xmlrpcs.php index 7566e3826..a900894aa 100644 --- a/system/init/init_xmlrpcs.php +++ b/system/init/init_xmlrpcs.php @@ -18,10 +18,16 @@ if ( ! class_exists('CI_XML_RPC_Server')) require_once(BASEPATH.'libraries/Xmlrpcs'.EXT); } + + +// INITIALIZE THE CLASS --------------------------------------------------- + $obj =& get_instance(); $obj->xmlrpc = new CI_XML_RPC(); $obj->xmlrpcs = new CI_XML_RPC_Server($config); $obj->ci_is_loaded[] = 'xmlrpc'; $obj->ci_is_loaded[] = 'xmlrpcs'; +// ------------------------------------------------------------------------ + ?>
\ No newline at end of file |