Fix phpcs
This commit is contained in:
parent
ef59b71cdf
commit
9a85441c61
@ -129,8 +129,7 @@ function getURLContent($url, $postorget = 'GET', $param = '', $followlocation =
|
|||||||
$info = array();
|
$info = array();
|
||||||
$response = '';
|
$response = '';
|
||||||
|
|
||||||
do
|
do {
|
||||||
{
|
|
||||||
if ($maxRedirection < 1) break;
|
if ($maxRedirection < 1) break;
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_URL, $newUrl);
|
curl_setopt($ch, CURLOPT_URL, $newUrl);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user