From: gggeek Date: Sat, 23 May 2015 18:29:03 +0000 (+0100) Subject: Fix one signature of proxy method in proxy.php demo file X-Git-Tag: 4.0.0-alpha^2~46 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=4a96cc50a093dca5e40b78531b1efa8fa5ee7852 Fix one signature of proxy method in proxy.php demo file --- diff --git a/demo/server/proxy.php b/demo/server/proxy.php index adf8004..fa74d3a 100644 --- a/demo/server/proxy.php +++ b/demo/server/proxy.php @@ -80,7 +80,7 @@ $server = new PhpXmlRpc\Server( 'function' => 'forward_request', 'signature' => array( array('mixed', 'string', 'string', 'array'), - array('mixed', 'string', 'string', 'array', 'stuct'), + array('mixed', 'string', 'string', 'array', 'struct'), ), 'docstring' => 'forwards xmlrpc calls to remote servers. Returns remote method\'s response. Accepts params: remote server url (might include basic auth credentials), method name, array of params, and (optionally) a struct containing call options', ),