Remove old images and logos
[elgg.git] / _rpc / RPC2.php
blobaaeabbd150cbbb42aaad7b45b5a2c348441bc31c
1 <?php
3 /*
4 * XML-RPC entry point
5 */
7 // TODO include a check for a valid request
9 // Run includes
10 require("../includes.php");
12 // Fire up the XML-RPC server
13 run('rpc:xmlrpc:server');