Disable a couple of functions

This commit is contained in:
Miles Lott 2001-12-13 06:23:42 +00:00
parent 9895d0e161
commit 45468509d6
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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))
{