]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
The main script will now notice when you're directing and XML-RPC
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 14 Sep 2002 22:28:33 +0000 (22:28 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 14 Sep 2002 22:28:33 +0000 (22:28 +0000)
commit088fd9ce8b511fbb29ff1881da497530a23238a7
treec77188276c538b7d582468ac08f5ca997acc2725
parenta36f519a2a9c5cc7e4b76641d1c4b381a0bb3dc6
The main script will now notice when you're directing and XML-RPC
request at it (and act accordingly).   (The method with be POST,
and the content-type will be text/xml.)

This makes the RPC2.php script obsolete, though I've left a vestigal
version for now...   the XML-RPC server code has been moved into
the new file lib/XmlRpcServer.php.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2342 96ab9672-09ca-45d6-a79d-3d69d39ca109
RPC2.php
lib/XmlRpcServer.php [new file with mode: 0644]
lib/main.php