[FIX] Surpress any URL info
This commit is contained in:
parent
7816078759
commit
43bd1beeb8
@ -137,7 +137,7 @@ class jsonRPCClient {
|
|||||||
$this->debug && $this->debug.='***** Server response *****'."\n".$response.'***** End of server response *****'."\n";
|
$this->debug && $this->debug.='***** Server response *****'."\n".$response.'***** End of server response *****'."\n";
|
||||||
$response = json_decode($response,true);
|
$response = json_decode($response,true);
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Unable to connect to '.$this->url);
|
throw new Exception('Unable to connect');
|
||||||
}
|
}
|
||||||
|
|
||||||
// debug output
|
// debug output
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user