doc/rpm-build/checkout-build-archives.php 1 location
|
@@ 497-497 (lines=1) @@
|
| 494 |
|
} |
| 495 |
|
curl_setopt($c, CURLOPT_URL, $url); |
| 496 |
|
|
| 497 |
|
if (is_string($data)) $short_data = strlen($data) > 100 ? substr($data, 0, 100).' ...' : $data; |
| 498 |
|
if ($verbose) echo "Sending $method request to $url ".(isset($short_data)&&$method!='GET'?$short_data:'')."\n"; |
| 499 |
|
|
| 500 |
|
if (($response = curl_exec($c)) === false) |
install-cli.php 1 location
|
@@ 356-356 (lines=1) @@
|
| 353 |
|
} |
| 354 |
|
curl_setopt($c, CURLOPT_URL, $url); |
| 355 |
|
|
| 356 |
|
if (is_string($data)) $short_data = strlen($data) > 100 ? substr($data, 0, 100).' ...' : $data; |
| 357 |
|
if ($verbose) echo "Sending $method request to $url ".(isset($short_data)&&$method!='GET'?$short_data:'')."\n"; |
| 358 |
|
|
| 359 |
|
if (($response = curl_exec($c)) === false) |