mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Disable a couple of functions
This commit is contained in:
parent
9895d0e161
commit
45468509d6
@ -51,7 +51,7 @@
|
||||
$this->account_id = get_account_id($account_id);
|
||||
}
|
||||
|
||||
function list_methods($_type='xmlrpc')
|
||||
function DONTlist_methods($_type='xmlrpc')
|
||||
{
|
||||
/*
|
||||
This handles introspection or discovery by the logged in client,
|
||||
|
@ -58,7 +58,7 @@
|
||||
$this->kp3 = (isset($GLOBALS['HTTP_GET_VARS']['kp3'])?$GLOBALS['HTTP_GET_VARS']['kp3']:(isset($GLOBALS['HTTP_COOKIE_VARS']['kp3'])?$GLOBALS['HTTP_COOKIE_VARS']['kp3']:''));
|
||||
}
|
||||
|
||||
function list_methods($_type)
|
||||
function DONTlist_methods($_type)
|
||||
{
|
||||
if (is_array($_type))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user