summaryrefslogtreecommitdiffstats
path: root/system/init/init_xmlrpcs.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-26 05:52:45 +0200
committeradmin <devnull@localhost>2006-09-26 05:52:45 +0200
commite79dc7130a0003a07833609487b8ebb5ebcf31c8 (patch)
tree8400c41761ddcd7a9338637eefc9429d501d87ff /system/init/init_xmlrpcs.php
parent30c3b9709a12b7346c7057e656a491ffb9168f55 (diff)
Diffstat (limited to 'system/init/init_xmlrpcs.php')
-rw-r--r--system/init/init_xmlrpcs.php6
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