Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
8feaa844
Commit
8feaa844
authored
Apr 24, 2007
by
Donal McMullan
Browse files
Removing underscores from field names
parent
c7a4d483
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/api/xmlrpc/client.php
View file @
8feaa844
...
...
@@ -48,7 +48,7 @@ class Client {
$this
->
peer
=
get_peer
(
$wwwroot
);
$this
->
response
=
''
;
$ch
=
curl_init
(
$this
->
peer
->
wwwroot
.
$this
->
peer
->
xmlrpc
_
server
_
url
);
$ch
=
curl_init
(
$this
->
peer
->
wwwroot
.
$this
->
peer
->
xmlrpcserverurl
);
$this
->
requesttext
=
xmlrpc_encode_request
(
$this
->
method
,
$this
->
params
,
array
(
"encoding"
=>
"utf-8"
));
$this
->
signedrequest
=
xmldsig_envelope
(
$this
->
requesttext
);
$this
->
encryptedrequest
=
xmlenc_envelope
(
$this
->
signedrequest
,
$this
->
peer
->
certificate
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment