Browse Source

* disable debug in XML_RPC fallback

experimental/new_ui_api
Stig Bakken 25 years ago
parent
commit
d24f7420d0
  1. 2
      pear/PEAR/Remote.php

2
pear/PEAR/Remote.php

@ -64,7 +64,7 @@ class PEAR_Remote extends PEAR
if ($username && $password) {
$c->setCredentials($username, $password);
}
$c->setDebug(1);
// $c->setDebug(1);
$r = $c->send($f);
if (!$r) {
return $this->raiseError("XML_RPC send failed");

Loading…
Cancel
Save