root/releases/0.672/_rpc/RPC2.php

Revision 538, 349 bytes (checked in by ben, 2 years ago)

XML-RPC now works from walled gardens.

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     /*
4     *   XML-RPC entry point
5     */
6
7     // TODO include a check for a valid request
8  
9     // This can be run from walled gardens
10         define("context","external");
11         
12     // Run includes
13         require_once(dirname(dirname(__FILE__))."/includes.php");
14
15     // Fire up the XML-RPC server
16         run('rpc:xmlrpc:server');
17
18 ?>
19
Note: See TracBrowser for help on using the browser.