Fixing a small css issue in the user class.
[elgg.git] / _rpc / RPC2.php
blob0f17c53c1607b062063c3999bb7a5d0682c93704
1 <?php
3 /*
4 * XML-RPC entry point
5 */
7 // TODO include a check for a valid request
9 // This can be run from walled gardens
10 define("context","external");
12 // Run includes
13 require_once(dirname(dirname(__FILE__))."/includes.php");
15 // Fire up the XML-RPC server
16 run('rpc:xmlrpc:server');