diff --git a/xmlrpc.php b/xmlrpc.php index 022d85772a..c6fda82111 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -28,34 +28,6 @@ /* uncomment here if you want to show all of the testing functions for compatibility */ // include(PHPGW_API_INC . '/xmlrpc.interop.php'); - // If XML-RPC isn't enabled in PHP, return an XML-RPC response stating so - if(!function_exists('xmlrpc_server_create')) - { - echo "\n"; - echo "\n"; - echo "\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " faultString\n"; - echo " \n"; - echo " XML-RPC support NOT enabled in PHP installation\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " faultCode\n"; - echo " \n"; - echo " 1005\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "\n"; - echo "\n"; - - exit; - } - /* Note: this command only available under Apache */ $headers = getallheaders();