From aa164d50063b0e073dbd31f3c60a85548a30519a Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 5 Dec 2001 05:15:38 +0000 Subject: [PATCH] no longer needed --- xmlrpcs_test.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 xmlrpcs_test.php diff --git a/xmlrpcs_test.php b/xmlrpcs_test.php deleted file mode 100644 index 23edc3647c..0000000000 --- a/xmlrpcs_test.php +++ /dev/null @@ -1,22 +0,0 @@ - * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; either version 2 of the License, or (at your * - * option) any later version. * - \**************************************************************************/ - - $phpgw_info["flags"] = array("currentapp" => "login", "noheader" => True); - include("header.inc.php"); - CreateObject("phpgwapi.xmlrpc"); - CreateObject("phpgwapi.xmlrpcs"); - - function hello($params) { - return new xmlrpcresp(new xmlrpcval("Hello World", "string")); - } - $s=new xmlrpc_server(array("examples.hello" => array("function" => "hello"))); -?> \ No newline at end of file