[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";
|
||||
$response = json_decode($response,true);
|
||||
} else {
|
||||
throw new Exception('Unable to connect to '.$this->url);
|
||||
throw new Exception('Unable to connect');
|
||||
}
|
||||
|
||||
// debug output
|
||||
|
||||
Loading…
Reference in New Issue
Block a user