root/devel/mod/rpc/xmlrpc/handlers_livejournal_xmlrpc.php
| Revision 758, 259 bytes (checked in by sven, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // Prepare a list of handlers to be loaded into the XML-RPC server |
| 4 | |
| 5 | $handlers = array('LJ.XMLRPC.getFriends' => 'lj_getFriends'); |
| 6 | |
| 7 | $RPC->addMapping($handlers); |
| 8 | $RPC->addLibrary(dirname(__FILE__)."/library_livejournal_xmlrpc.php"); |
| 9 | |
| 10 | ?> |
| 11 |
Note: See TracBrowser for help on using the browser.
