4.1.0 // in favour of $_Server, but as far as I know, it still works. if ($HTTP_SERVER_VARS['REQUEST_METHOD'] != "POST") { die('This is the address of the XML-RPC interface.' . ' You must use XML-RPC calls to access information here.'); } // Constant defined to indicate to phpwiki that it is being accessed via XML-RPC define ("WIKI_XMLRPC", "true"); // Start up the main code include_once("index.php"); include_once("lib/main.php"); include_once("lib/XmlRpcServer.php"); $server = new XmlRpcServer; $server->service(); // (c-file-style: "gnu") // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>