mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2011-10-26 Miguel de Dios <miguel.dedios@artica.es>
* include/xmlrpc, include/styles/menu.css, include/functions_update_manager.php, include/functions_config.php, operation/update_manager, operation/update_manager/update_manager.php, images/box_down.png, general/main_menu.php, godmode/update_manager, godmode/update_manager/update_manager.php, godmode/updatemanager: added first version of "Update Manager". * general/login_page.php: fixed the name of build var. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5084 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f08875431b
commit
cd56a85b64
@ -1145,8 +1145,9 @@
|
||||
if(is_array($msg))
|
||||
{
|
||||
// $msg is an array of xmlrpcmsg's
|
||||
|
||||
$r = $this->multicall($msg, $timeout, $method);
|
||||
return $r;
|
||||
//return $r;
|
||||
}
|
||||
elseif(is_string($msg))
|
||||
{
|
||||
@ -1406,6 +1407,7 @@
|
||||
$ipd.=fread($fp, 32768);
|
||||
} while(!feof($fp));
|
||||
fclose($fp);
|
||||
|
||||
$r =& $msg->parseResponse($ipd, false, $this->return_type);
|
||||
return $r;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user