mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-20 05:12:38 +02:00
the xmlrpc log should be off be default, as it contains everything in cleartext (eg. passwords) and it is in most distros world readable
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
var $resp_struct = array();
|
var $resp_struct = array();
|
||||||
var $debug = False;
|
var $debug = False;
|
||||||
var $method_requested;
|
var $method_requested;
|
||||||
var $log = '/tmp/xmlrpc.log';
|
var $log = False; //'/tmp/xmlrpc.log';
|
||||||
|
|
||||||
function xmlrpc_server($dispMap='', $serviceNow=0)
|
function xmlrpc_server($dispMap='', $serviceNow=0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user