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