root/releases/0.65/_rpc/RPC2.php
| Revision 296, 259 bytes (checked in by carmartin, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * XML-RPC entry point |
| 5 | */ |
| 6 | |
| 7 | // TODO include a check for a valid request |
| 8 | |
| 9 | // Run includes |
| 10 | require_once(dirname(dirname(__FILE__))."/includes.php"); |
| 11 | |
| 12 | // Fire up the XML-RPC server |
| 13 | run('rpc:xmlrpc:server'); |
| 14 | |
| 15 | ?> |
| 16 |
Note: See TracBrowser for help on using the browser.
