mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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);
|
$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,
|
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']:''));
|
$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))
|
if (is_array($_type))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user