Disable interop functions by default (again)

This commit is contained in:
Miles Lott 2002-01-04 00:58:57 +00:00
parent 6174ed9c72
commit 100779ec63

View File

@ -24,7 +24,7 @@
$server = CreateObject('phpgwapi.xmlrpc_server');
$server->authed = False;
/* _debug_array($server);exit; */
include(PHPGW_API_INC . '/xmlrpc.interop.php');
/* include(PHPGW_API_INC . '/xmlrpc.interop.php'); */
$headers = getallheaders();