doc/rpm-build/checkout-build-archives.php 1 location
|
@@ 509-509 (lines=1) @@
|
| 506 |
|
throw new Exception("$method request to $url failed ".(isset($short_data)&&$method!='GET'?$short_data:'')); |
| 507 |
|
} |
| 508 |
|
|
| 509 |
|
if ($verbose) echo (strlen($response) > 200 ? substr($response, 0, 200).' ...' : $response)."\n"; |
| 510 |
|
|
| 511 |
|
curl_close($c); |
| 512 |
|
|
install-cli.php 1 location
|
@@ 368-368 (lines=1) @@
|
| 365 |
|
throw new Exception("$method request to $url failed ".(isset($short_data)&&$method!='GET'?$short_data:'')); |
| 366 |
|
} |
| 367 |
|
|
| 368 |
|
if ($verbose) echo (strlen($response) > 200 ? substr($response, 0, 200).' ...' : $response)."\n"; |
| 369 |
|
|
| 370 |
|
curl_close($c); |
| 371 |
|
|