fix scrutinizer
This commit is contained in:
parent
cb648705ce
commit
270ddfda1f
@ -251,7 +251,7 @@ function getURLContent($url, $postorget = 'GET', $param = '', $followlocation =
|
|||||||
dol_syslog("getURLContent request=".$request);
|
dol_syslog("getURLContent request=".$request);
|
||||||
if (!empty($conf->global->MAIN_GETURLCONTENT_OUTPUT_RESPONSE)) {
|
if (!empty($conf->global->MAIN_GETURLCONTENT_OUTPUT_RESPONSE)) {
|
||||||
// This may contains binary data, so we dont output reponse by default.
|
// This may contains binary data, so we dont output reponse by default.
|
||||||
dol_syslog("getURLContent response =".response);
|
dol_syslog("getURLContent response =".$response);
|
||||||
}
|
}
|
||||||
dol_syslog("getURLContent response size=".strlen($response)); // This may contains binary data, so we dont output it
|
dol_syslog("getURLContent response size=".strlen($response)); // This may contains binary data, so we dont output it
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user