From 1b7510eebf0da114677408674e552201ff0711c9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Sep 2001 16:47:10 +0000 Subject: - Added an XML-RPC server. Modules that want to export remote procedure calls can implement the new 'xmlrpc' hook. Example: function mymodule_xmlrpc() { return array("drupal.myfunction" => array("function" => "mymodule_myfunction")); } --- xmlrpc.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xmlrpc.php (limited to 'xmlrpc.php') diff --git a/xmlrpc.php b/xmlrpc.php new file mode 100644 index 000000000..7bc237d40 --- /dev/null +++ b/xmlrpc.php @@ -0,0 +1,16 @@ + -- cgit v1.2.3