Merge pull request #168 from tillkruess/master

another security fix for domainfactory password plugin driver
pull/170/head
Aleksander Machniak 11 years ago
commit 524e382669

@ -51,7 +51,7 @@ class rcube_domainfactory_password
// change password
$ch = curl_copy_handle($ch);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postfields));
if ($result = curl_exec($ch)) {
// has the password been changed?

Loading…
Cancel
Save